https://github.com/luispagarcia/vanquisher
vanquisher
https://github.com/luispagarcia/vanquisher
auth0 hacktober react react-router
Last synced: 29 days ago
JSON representation
vanquisher
- Host: GitHub
- URL: https://github.com/luispagarcia/vanquisher
- Owner: LuisPaGarcia
- Created: 2020-01-02T04:26:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T06:45:25.000Z (about 2 years ago)
- Last Synced: 2025-02-01T00:41:21.910Z (3 months ago)
- Topics: auth0, hacktober, react, react-router
- Language: CSS
- Homepage: https://vanquish.netlify.com
- Size: 4.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VANQUISHER
### Fill the `.env` values from [auth0 app](https://auth0.com/).
```
REACT_APP_DOMAIN=YOUR_SERVER.auth0.com
REACT_APP_CLIENT_ID=CLIENT_ID
REACT_APP_CLIENT_REDIRECT_URL=http://localhost:3000/callback
REACT_APP_CLIENT_AUDIENCE=https://YOUR_SERVER.auth0.com/userinfo```
1. Install dependencies.
Usign npm
```shell
$ npm i
```or
Usign yarn
```shell
$ yarn
```2. Start development server
Usign npm
```shell
$ npm run start
```or
Usign yarn
```shell
$ yarn start
```