react-js-sample
v1.0.2
Published
React.js + React Router v4 + Express.js Sample Project
Downloads
8
Maintainers
Readme
React.js Sample Project
This app is built using React.js + React Router v4 + Express.js
Installation
Clone repository:
git clone [email protected]: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