Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 806 Bytes

README.md

File metadata and controls

56 lines (38 loc) · 806 Bytes

isomorphic-react-starter

Isomorphic web app boilerplate

Use the packages

  • Node.js
  • Express
  • React
  • Redux
  • Redux Thunk
  • Sass
  • PostCSS
  • ESLint
  • Jest
  • Bootstrap 4
  • Webpack

System Requirement

  • node 8
  • npm 5 (or yarn 1)

How to install: https://nodejs.org/en/download/

Installation

Run this npm command to install dependencies.

$ npm install

Build

Run this npm command to build the JavaScript Bundle.

$ npm run build

Run

Run this npm command to build the JavaScript Bundle and open the browser to the app using the file api.

$ npm start

Run Webpack Dev Server (Usage Nodemon and Liveload plugins)

Run this command to start the app using the webpack dev server.

$ npm run dev