Skip to content

wszgxa/react-ssr-skeleton

Repository files navigation

Descriptions CircleCI

A react server side skeleton repo.

Prerequisites

node:8.9.1 (nvm use)
yarn

DEV

yarn install
yarn start:dev

Prod

yarn install
yarn start:prod

Todo list

  • handle css in prod
  • performance best-practice-performance
  • spike babel-plugin-css-modules-transform influence in prod
  • build prod js file
  • organize the build process
  • add flow type check
  • redundant http request in client side
  • CI