aj-anuragjain / react-custom-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 86.9%Language:CSS 7.5%Language:HTML 5.7%