Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Updated server start command after introducing `webpack-dev-server` into the application.
  • Loading branch information
jiggneshhgohel committed Jan 28, 2019
1 parent 3df704a commit 4b1c699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ $ npm install
# build webpack bundle
$ npm run build
# start server
$ npm run start
# start webpack-dev-server
$ npm run start:dev
```

Finally access the application at http://localhost:8080
Expand Down

0 comments on commit 4b1c699

Please sign in to comment.