The topsoil for your terminal.
npm install -g topsoil
Install all npm dependencies
- npm install
Install the typings
- tsd reinstall
Install all front end dependencies
- bower install
To compile javascript code:
- gulp build-all
To run server under the deploy directory
- nodemon app.js
Topsoil will be hosted on local host 8000