Node.js examples from Pillora's book ⬆
Directory samples_Pillora\ contains Node.js examples presented in Pillora's book "Getting Started with Grunt: The JavaScript Task Runner" (Packet Publishing, 2014).Github repository: https://github.com/jpillora/gswg-examples.git |
Command npm.cmd start
performs two tasks when started in directory samples_Pillora\4-02-project\
:
- it builds your project using Grunt (see Grunt tasks in file
Gruntfile.js
). - it opens the
build/app.html
Web page in your default web browser.
> npm i & npm start up to date in 0.748s > [email protected] start N:\samples_Pillora\4-02-project > grunt & node ./npm_scripts/start_browser.js build/app.html Running "coffee:build" (coffee) task >> 1 files created. Running "stylus:build" (stylus) task >> 1 file created. Running "pug:build" (pug) task >> 1 file created. Done.
4-03-project
▴
Same as 4-02-project
.
Same as 4-02-project
.
Same as 4-02-project
.
Same as 4-02-project
.
Same as 4-02-project
.