Skip to content

chanspark/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chans' react starter kit


Origin

I used CRA starter kit made by ayroblu, which enable Redux, Express and SSR on react app created by CRA.
Checkout the original repository.

Install

npm install

Development Mode

yarn start

Production build & SSR test

yarn run build
yarn run start:server

Tech Stack

  1. react
  2. react-router
  3. redux
  4. express
  5. server side rendering
  6. react hot loader
  7. code splitting
  8. sass