Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 584 Bytes

File metadata and controls

23 lines (17 loc) · 584 Bytes

basic-react-redux-webpack4-boilerplate

Basic React-Webpack4 boilerplate with file structure for React-Redux application (last update 13.03.2019).

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 )

Available Commands


npm start - start the dev server
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