Commit e89993d1 authored by Lavitr's avatar Lavitr

readme file update

parent 27704163
# basic-react-redux-webpack4-boilerplate
Basic React-Webpack4 boilerplate with classic file structure for React/Redux application .
Basic React-Webpack4 boilerplate with file structure for React-Redux application .
### Usage
......@@ -10,12 +10,10 @@ 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
......
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