Commit graph

20 commits

Author SHA1 Message Date
Kimmo Puputti
325d2118ad Add Apache-2.0 license 2018-01-08 10:43:58 +02:00
Kimmo Puputti
1f733e3e75 Format markdown files 2017-12-11 11:03:08 +02:00
Kimmo Puputti
df5d10eaa0 Remove extra section from the root README.md 2017-10-13 11:40:55 +03:00
Hannu Lyytikainen
6b771153f3 Add documentation about using Sentry 2017-10-04 13:17:43 +03:00
Mikko Koski
8c5d215e0a Note about ESLint import "bug" 2017-03-27 10:23:56 +03:00
Kimmo Puputti
a0e2003591 Add Circle CI status badge 2017-01-17 09:44:25 +02:00
Kimmo Puputti
1961c95269 Add Heroku deployment instructions 2017-01-16 15:15:47 +02:00
Kimmo Puputti
d2d1e3da74 Heroku setup 2017-01-16 15:15:47 +02:00
Kimmo Puputti
3cdea72060 Expand prod docs 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
c6cda685e3 Add test documentation 2017-01-12 13:08:19 +02:00
Kimmo Puputti
5e0aa3c175 Add doc section about running tests 2017-01-12 11:29:06 +02:00
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