Unverified Commit 2cf812ab authored by Ron's avatar Ron Committed by GitHub

Update README.md

parent 4e63aa82
# basic-react-redux-webpack4-boilerplate
Basic React-Webpack4 boilerplate with classic file structure for React/Redux application .
### Usage
```
git clone https://github.com/Lavitr/basic-react-redux-webpack4-boilerplate.git
cd basic-react-redux-webpack4-boilerplate
npm install
npm start
open http://localhost:8080 (should start automatically )
Now edit `src/components/App.js`.
## Available Commands
- `npm start` - start the dev server
- `npm clean` - delete the dist folder
- `npm run dev` - create a developer build in `dist` folder
- `npm run build` - create a production ready build in `dist` folder
- `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