/react-starter-kit

My favored boilerplate for a react project

Primary LanguageJavaScriptMIT LicenseMIT

React Starter Kit

An opinioned boilerplate for React app development

Here is a live demo

Features

  1. Necessary loaders
  2. Separate webpack config file for different env
  3. React Fast Refresh
  4. TypeScript Support
  5. Code splitting
  6. DllPlugin configured
  7. Polyfill on demand
  8. Integrate with react-router.

Setup

  1. Run yarn install or npm install.
  2. Start dev-server by running npm start