Unverified Commit 65a1fc0d authored by Ron's avatar Ron Committed by GitHub

Update README.md

parent b276f431
...@@ -9,19 +9,13 @@ cd basic-react-redux-webpack4-boilerplate ...@@ -9,19 +9,13 @@ cd basic-react-redux-webpack4-boilerplate
npm install npm install
npm start npm start
open http://localhost:8080 (should start automatically ) open http://localhost:8080 (should start automatically )
```
## Available Commands ## Available Commands
```
- `npm start` - start the dev server - `npm start` - start the dev server
- `npm run dev` - create a developer build in `dist` folder - `npm run dev` - create a developer build in `dist` folder
- `npm run build` - create a production ready build in `dist` folder - `npm run build` - create a production ready build in `dist` folder
- `npm test` - run all tests - `npm test` - run all tests
``` ```
### Dependencies
* React
* Webpack
* [webpack-dev-server](https://github.com/webpack/webpack-dev-server)
* [babel-loader](https://github.com/babel/babel-loader)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment