Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 617 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 617 Bytes

ReactJS boilerplate project

Feature

  • React Server Side Rendering
  • React Redux
  • React Router v4
  • Post CSS
  • Webpack 3
  • ESLint

Environment Setup

  • install git
  • install node
  • install yarn -> run npm install yarn -g

Run Local Dev Server

  • run yarn install
  • run npm run dev

** This will start local environment for you

  • navigate to localhost:9191

Build

  • run npm run build:fe
  • run npm run build:be
  • run npm run start ** This will build the project into build folder and start local environment for you
  • navigate to localhost:9191