Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.2 KB

File metadata and controls

53 lines (36 loc) · 1.2 KB

React.js Sample Project

dependencies Status devDependencies Status npm version Build Status

Deploy

Live Demo

This app is built using React.js Boilerplate project.

  • React.js (create-react-app)
  • React Router v4
  • Server: Node.js (Express)
  • Support 404 Not found page
  • Support Server-side rendering

Installation

Clone repository:

git clone git@github.com:edoko/react-js-sample.git

Before running:

npm install

Run

Local test

npm start

Local+Server test

npm run test

Server only test

npm run server

Production build

npm run build