Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 780 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 780 Bytes

node-react-seed

Quick start

docker-compose up
yarn install
yarn lerna:bootstrap
yarn build
yarn start

The first time you run the project, you'll also need to populate the DB:

cd packages/backend
yarn migrate

Be aware of an open lerna bug that orphans child processes when you exit the run command, so use this only for demo purposes.

For development:

cd packages/backend
yarn start

cd packages/frontend
yarn start

For production builds, run (from the root directory):

yarn build

Authentication

The project is configured with a demo Auth0 client.

Modify the backend .env and frontend .env to contain your IDP configuration.