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

https://github.com/zombiqwerty/apollo-test-front


https://github.com/zombiqwerty/apollo-test-front

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

# Env

`REACT_APP_ENDPOINT`. Go to `./src/index.tsx`

# Run

For start up in dev please use (backend must running now):
`REACT_APP_ENDPOINT="http://localhost:4000" npm start`

For build in prod please use:
`REACT_APP_ENDPOINT="http://localhost:4000" npm run build`

# Info

For logout need to remove `accessToken` from `localStorage`

### Additional info

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).