Commit graph

8 commits

Author SHA1 Message Date
Kimmo Puputti
82640d4d0c Remove unnecessary step from requirements 2017-01-11 15:17:31 +02:00
Kimmo Puputti
53903cef70 Update README 2017-01-09 11:01:03 +02:00
Kimmo Puputti
f6755882f1 Change server dev setup
- `npm start` only starts the applications and requires that `npm run
   build` is already run
 - `npm run dev-server` runs the build and starts the server with
   nodemon
 - update README
2017-01-05 15:33:01 +02:00
Kimmo Puputti
e986b235a7 Change NPM scripts
- `npm run dev` to start dev mode
 - `npm start` to build production bundle and start the node server

=> Default to production with `npm start` and be explicit when
starting the dev server
2017-01-05 12:33:21 +02:00
Kimmo Puputti
cab920a688 Update README 2017-01-04 21:49:34 +02:00
Kimmo Puputti
c9e51363f7 Add README file 2017-01-04 21:15:44 +02:00
Kimmo Puputti
875056cce2 Move create-react-app readme file to docs 2017-01-04 21:15:02 +02:00
Kimmo Puputti
d9dd053277 Init new app with create-react-app 2017-01-04 21:12:15 +02:00