Skip to content

Commit d40b995

Browse files
committed
Add npm start command
1 parent ccfb484 commit d40b995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Workshops/Workshops-2017/LiveDemo_20-April-2017_Fortune_Cookies

Workshops/Workshops-2017/LiveDemo_20-April-2017_Fortune_Cookies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "## App description",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"start": "node app.js"
88
},
99
"author": "Doncho Minkov ([email protected])",
1010
"license": "MIT",

0 commit comments

Comments
 (0)