mirror of
https://github.com/Raghu-Ch/front-end-coding-challenge.git
synced 2026-02-10 12:43:03 -05:00
update reame, add sample video, additional cleanup of starting markup
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "./node_modules/.bin/static-server ./public -p 9000"
|
||||
"start": "node ./node_modules/node-static/bin/cli.js ./public"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"static-server": "^3.0.0"
|
||||
"node-static": "^0.7.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user