An open API service indexing awesome lists of open source software.

https://github.com/luispagarcia/vanquisher

vanquisher
https://github.com/luispagarcia/vanquisher

auth0 hacktober react react-router

Last synced: 29 days ago
JSON representation

vanquisher

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
```