Skip to content

React Router, Redux, Redux Thunk With Create React App boilerplate

License

Notifications You must be signed in to change notification settings

aj-anuragjain/react-custom-boilerplate

 
 

Repository files navigation

Build Status

Boilerplate with Create-React-App && Redux

Prerequisite(s)

Node >= 8.16.0
Yarn (or) NPM

Development Commands

Yarn

yarn install
yarn start

npm

npm install
npm start

Get the production build

Yarn

yarn build

npm

npm build

Run the production server

Yarn

yarn run start:prod

npm

npm run start:prod

About

React Router, Redux, Redux Thunk With Create React App boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.8%
  • CSS 7.5%
  • HTML 5.7%