https://github.com/thicodes/talk-votes
https://github.com/thicodes/talk-votes
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thicodes/talk-votes
- Owner: thicodes
- Created: 2020-09-11T21:19:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T19:51:32.000Z (over 5 years ago)
- Last Synced: 2025-03-04T15:32:13.544Z (over 1 year ago)
- Language: TypeScript
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talk Votes
Make talk suggestions and vote for them using React-Query

## Server
### Installing
```
cd server
yarn install
```
### Run
```
yarn start
```
## Web
### Installing
```
cd web
yarn install
```
### Run
```
cd web
yarn install
```