Updated readme.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# phaser3-project-template
|
# Phaser 3 Webpack Project Template
|
||||||
|
|
||||||
A Phaser 3 Project Template
|
A Phaser 3 Project Template
|
||||||
|
|
||||||
## How to run:
|
## How to run:
|
||||||
|
|
||||||
npm start
|
`npm run build`
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"start": "npm run build && node_modules/.bin/live-server --port=8000"
|
"start": "webpack && node_modules/.bin/live-server --port=8000"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user