Add dev server
This commit is contained in:
parent
7f951e13bf
commit
94a4563a45
3 changed files with 198 additions and 0 deletions
9
package.json
Normal file
9
package.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "gamja",
|
||||
"devDependencies": {
|
||||
"http-server": "^0.12.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "http-server ."
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue