worknation / client.work.nation

React client for Work.nation prototype
https://worknation.io/
Apache License 2.0
0 stars 0 forks source link

Work.nation Client

Build Status

For a general overview of Work.nation, see https://github.com/worknation/work.nation.

Live demo

https://demo.worknation.io

Local development

yarn && yarn dev

The dev server is quite particular about whitespace and other linting issues. To fix trivial issues, just run yarn lint.

Heroku deploy

If deploying on Heroku, the following buildback is highly recommended:

heroku buildpacks:set https://github.com/mars/create-react-app-buildpack.git#v4.0.0

You can leave off the version if you prefer to pull from master.

Dev Notes: React Router