1.0.2 • Published 7 years ago

react-js-sample v1.0.2

Weekly downloads
5
License
-
Repository
github
Last release
7 years ago

React.js Sample Project

dependencies Status devDependencies Status npm version

Deploy

Live Demo

This app is built using React.js + React Router v4 + Express.js

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