We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51a7cf commit 4044a2cCopy full SHA for 4044a2c
README.md
@@ -11,4 +11,4 @@ This is a boilerplate example of how to port over a typical OpenGL project with
11
- Build: `make`
12
- Clean: `make clean`
13
- 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`.
+- `npm run start` to serve demo
package.json
@@ -9,7 +9,7 @@
9
"clean": "rm -rf dist/ && make clean",
10
"build": "webpack",
"production": "webpack -p",
- "start": "webpack-dev-server"
+ "start": "webpack-dev-server --open"
},
"repository": {
15
"type": "git",
0 commit comments