Skip to content
This repository was archived by the owner on Jul 24, 2018. It is now read-only.

Commit 492da53

Browse files
author
Oscar Lodriguez
committed
simplified startup
1 parent ed813bb commit 492da53

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Follow the original and great tutorial here
77
[Changelog found here](https://facebook.github.io/react/blog/2016/04/07/react-v15.html)
88

99
```
10-
npm i
1110
npm start
1211
```
1312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"private": false,
2828
"scripts": {
2929
"build": "webpack",
30-
"start": "webpack-dev-server --devtool eval-source --progress --colors --hot --inline --history-api-fallback"
30+
"start": "npm i && webpack-dev-server --devtool eval-source --progress --colors --hot --inline --history-api-fallback"
3131
},
3232
"repository": {
3333
"type": "git",

0 commit comments

Comments
 (0)