React library using the following
- Typescript
- React Scripts
- Auth0
- Prettier
- Create a root
.envfile locally by using the.env.examplefile in the root directory as an example. Fill in needed variables with real values. - Run
yarnandyarn devto create a local instance, which should default to running on port3000. - Verify that your local instance is ALIVE in a browser by accessing
localhost:3000.
- Login to https://auth0.com and setup your Auth0 account.
- Update the
.envfile with the values from your Auth0 app.
- Run
yarn testto run all tests.
- To format the codebase run
yarn prettier - To check format for errors run
yarn prettier:check
- To lint the codebase run
yarn lint