/react-boilerplate

Redux, navigation, authorization pre-setup starter Kit based on create-react-app

Primary LanguageJavaScriptMIT LicenseMIT

About

We spend a large amount of time to setup a project; changing file structure, installing libraries, create reusable components and so on. The purpose of using the project is to minimize the redundant effort to setup a project from scratch. In the boilerplate, it contains only commonly-used libraries and the all setup done for you.

What's included

  • react-fontawesome
  • bootstrap
  • emotion
  • react-dom
  • react-loadable
  • react-redux
  • react-router-dom
  • react-select
  • reactstrap
  • redux
  • redux-logger
  • redux-thunk

How to Use

  1. Download zip
  2. yarn install or npm install
  3. yarn start or npm start

Licence

This project is available under the MIT license.