Skip to content

Basic React-Webpack4 boilerplate with classic file structure for React/Redux application .

Notifications You must be signed in to change notification settings

lolaswift/basic-react-redux-webpack4-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-react-redux-webpack4-boilerplate

Basic React-Webpack4 boilerplate with 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 )


## 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

Dependencies

About

Basic React-Webpack4 boilerplate with classic file structure for React/Redux application .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.1%
  • HTML 11.2%
  • CSS 2.7%