Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 366 Bytes

react-starter-project

Starter React project that uses webpack, react-router, redux, and express server.

Installation

Run npm install

Running a development server

Run npm run dev

Building production files

Run npm run build:prod

Running node server (after building production files)

Run npm start

Tests

Run npm test