https://github.com/zombiqwerty/apollo-test-front
https://github.com/zombiqwerty/apollo-test-front
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zombiqwerty/apollo-test-front
- Owner: zombiQWERTY
- Created: 2019-12-20T06:11:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T06:12:58.000Z (over 6 years ago)
- Last Synced: 2025-02-26T05:41:30.303Z (over 1 year ago)
- Language: TypeScript
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).