Skip to content

rkkautsar/react-starter

Repository files navigation

Use react-starter-ssr for server-side-rendering

Description

An opinionated simple react boilerplate

Usage

Clone the boilerplate

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

Install dependencies

npm install
npm start # run development server at :4000
npm run build # build production to dist/

Reset git

rm -rf .git
git init

Tech

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

To-do

  1. React Loadable & Code Splitting
  2. More refactoring