Add dev server

This commit is contained in:
Simon Ser 2020-06-14 14:49:52 +02:00
parent 7f951e13bf
commit 94a4563a45
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 198 additions and 0 deletions

9
package.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "gamja",
"devDependencies": {
"http-server": "^0.12.3"
},
"scripts": {
"start": "http-server ."
}
}