npm install . # grunt -  make npm install -g grunt # nodemon -    nodejs    npm install -g nodemon grunt - run testsgrunt watch - will look for file changes and restart testsnodemon app.coffee - will start the serverREADME.md and package.json for your data.Source: https://habr.com/ru/post/161253/
All Articles