Add start script to run a local web server.

This commit is contained in:
kovacsv 2021-08-15 14:53:38 +02:00
parent ba4dcdfe04
commit f7721f7e05
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
node node_modules/http-server/bin/http-server
npm start

View File

@ -14,6 +14,7 @@
"svgo": "^2.3.1"
},
"scripts": {
"start": "http-server",
"test": "mocha test",
"build": "node tools/run_python.js tools/build.py",
"update": "node tools/run_python.js tools/update.py",