- Clone repo
- Run
yarn install - Change into the
backenddirectory - Run
yarn install - Ensure MongoDB is running
- From the
backenddirectory runyarn start— this starts the Feathers API server - From the project root run
yarn start— this starts thecreate-react-appserver - Your default web browser will be launched automatically with the URL http://localhost:8082/
This app uses Okta for authentication. Check out this [link] (https://developer.okta.com/code/react/okta_react/) to learn about Okta and integrating it with React.