npm install
Make sure there is .env
file in the root directory. The example for filling the data is located in .env-example
.
npm run populate-db
- Run Node project script:
npm run nstart
- Run React project script:
npm run rstart
- App should be available at http://localhost:3000