Skip to content

Files

Latest commit

4e011c2 · Mar 6, 2017

History

History
18 lines (13 loc) · 345 Bytes

File metadata and controls

18 lines (13 loc) · 345 Bytes

Boilerplate for building single page applications with React, Redux, Webpack 2, Express and Docker

This project is a boilerplate contains a minimal React / Redux application hosted in an Express application.

Development

yarn install
npm run serve:dev

Production

yarn install
npm run build
npm run serve:prod