Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 756 Bytes

doc.md

File metadata and controls

37 lines (26 loc) · 756 Bytes

Wiredcraft Front-end Developer Coding Test

See README.md

Prerequisites

Install following for development:

  • Nodejs as project backend framework and npm as package manager, this project was built and tested with node v4.2.3, npm v2.14.7.

  • Gulp as dev task automation tool.

    npm install -g gulp
    
  • CoffeeScript, you'll need this to run gulpfile.

    npm install -g coffee-script
    

Install other dependencies

npm install

Running application with gulp

gulp

Test page will be on http://localhost:9000/index.html

Run test

npm test