Skip to content

Commit f154005

Browse files
authored
Update README.md
1 parent f031f2f commit f154005

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,7 @@ To try this out, clone this repository to your local environment, then run:
77
```sh
88
cd webpack-tangram-boilerplate
99
npm install
10-
webpack
10+
npm start
1111
```
1212

13-
This will create a JavaScript bundle called `bundle.js`.
14-
15-
Then run:
16-
17-
```sh
18-
http-server
19-
```
20-
21-
This will create a local web server so that you can observe the app in action. You can open it in your browser at `http://localhost:8080`.
22-
23-
### For more information
24-
25-
See https://github.com/tangrams/tangram-play/wiki/Using-Tangram-with-Bundlers-&-Frameworks
13+
This will create a JavaScript bundle called `dist/bundle.js` using `webpack`, and start a local web server with `http-server` so that you can observe the app in action. You can open it in your browser at `http://localhost:8080`.

0 commit comments

Comments
 (0)