Skip to content

rkkautsar/react-starter-ssr

Repository files navigation

Use react-starter for simple non-server-side-rendering projects

Description

An opinionated simple react boilerplate

Usage

Clone the boilerplate

git clone https://github.com/rkkautsar/react-starter

Install dependencies

npm install
npm run dev # run in watch mode
npm run build:prod # build for prod
npm start # run normally

Tech

  1. React
  2. Babel (stage-0, async-await)
  3. ESLint + Prettier
  4. Webpack
  5. Redux
  6. Ava
  7. React Router
  8. Styled Components
  9. Superagent