Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 893 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 893 Bytes

React-redux-template

This template uses:

  • React
  • Redux
  • TypeScript
  • Redux-thunk
  • Scss
  • Persisted store
  • React-modal
  • Airbnb eslint setup and basic prettier config

Webpack build includes:

  • Aliases
  • Chunk splitting
  • Hot reload
  • Analyzing bundle size tool
Template have following PageSpeed Insights test results:

Show performance

PageSpeed Insights

Installation

  1. git clone [email protected]:Revolt9k/react-redux-template.git
  2. cd .\react-redux-template\
  3. yarn / npm install

Usage

  1. yarn start will run project on localhost:3000.

There is already initialized store with example reducer and some basic components.

Troubleshooting

Fell free to make a PR or contact me if you got any problems.