Skip to content

deroude/node-react-seed

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published