Kimmo Puputti
91399a9137
Add helmet middleware package
2017-01-13 13:41:04 +02:00
Kimmo Puputti
9a02c772b8
Use yarn run instead of npm run
2017-01-13 13:41:04 +02:00
Kimmo Puputti
7a6cd57aa9
Use --runInBand flag for Jest to improve performance in Circle CI
...
http://stackoverflow.com/questions/36747251/error-running-jest-on-circleci-npm-test-died-unexpectedly
2017-01-13 09:26:45 +02:00
Kimmo Puputti
c28bb84a84
Add react-test-renderer package
2017-01-12 11:28:54 +02:00
Kimmo Puputti
26407dbdfc
Use the published version of sharetribe-scripts
2017-01-11 15:08:16 +02:00
Kimmo Puputti
23126a60c4
Update React to 15.4.2
2017-01-09 10:29:41 +02:00
Kimmo Puputti
db8cde8ce0
Add clean script
2017-01-05 17:02:10 +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
4c554fea50
Add nodemon
2017-01-05 15:32:33 +02:00
Kimmo Puputti
c32f88da47
Add react-helmet
2017-01-05 14:28:28 +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
af2d9b8e21
Add express, react-router, and lodash
2017-01-05 12:33:17 +02:00
Kimmo Puputti
5f38b1d74f
Point to the local react-scripts fork
2017-01-04 21:39:46 +02:00
Kimmo Puputti
d9dd053277
Init new app with create-react-app
2017-01-04 21:12:15 +02:00