File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55- Git clone the repository [ dragonnodejs/angularjs-skeleton] ( https://github.com/dragonnodejs/angularjs-skeleton.git )
66- Open terminal, switch to the directory and execute:
77 - npm install
8- - PORT=%PORT% npm run forever
8+ - PORT=%PORT% npm run nodemon
99- Open another terminal, switch to the directory and execute:
1010 - npm run watchify
1111- Git commit/push into the master after changes
Original file line number Diff line number Diff line change 77 "postinstall" : " npm run bower && npm run js" ,
88 "bower" : " ./node_modules/bower/bin/bower install" ,
99 "js" : " ./node_modules/browserify/bin/cmd.js ./js/app.js -o ./web/js/app.js" ,
10- "forever " : " ./node_modules/forever /bin/forever -w app.js" ,
10+ "nodemon " : " ./node_modules/nodemon /bin/nodemon.js --watch app.js --watch modules app.js" ,
1111 "watchify" : " ./node_modules/watchify/bin/cmd.js ./js/app.js -o ./web/js/app.js"
1212 },
1313 "dependencies" : {
1919 "throng" : " ^1.0.0"
2020 },
2121 "devDependencies" : {
22- "forever " : " ^0.14.1 " ,
22+ "nodemon " : " ^1.3.7 " ,
2323 "watchify" : " ^2.3.0"
2424 },
2525 "repository" : {
You can’t perform that action at this time.
0 commit comments