Skip to content

Commit 4044a2c

Browse files
committed
Instructions
1 parent e51a7cf commit 4044a2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This is a boilerplate example of how to port over a typical OpenGL project with
1111
- Build: `make`
1212
- Clean: `make clean`
1313
- Build, but remove objects leaving the `build` dir: `make dist`
14-
- You can then use `python -m SimpleHTTPServer 8080` or `http-server app/` and open your browser to `localhost:8080`.
14+
- `npm run start` to serve demo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"clean": "rm -rf dist/ && make clean",
1010
"build": "webpack",
1111
"production": "webpack -p",
12-
"start": "webpack-dev-server"
12+
"start": "webpack-dev-server --open"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)