Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 316 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 316 Bytes

minimal-react-app

A template for minimal Express app with Babel, Webpack and React.

Development

For development, run

npm install
npm start
npm run watch

then go to http://localhost:8080/

Srouce code structure

Client side React code lives in src/client/ and server side code lives in src/server.