https://github.com/usmantahirr/tictactoe
https://github.com/usmantahirr/tictactoe
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/usmantahirr/tictactoe
- Owner: usmantahirr
- Created: 2020-03-01T02:22:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:34:04.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T05:31:54.543Z (over 1 year ago)
- Language: JavaScript
- Size: 5.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Run both apps
```bash
cd be
yarn start
cd fe
yarn start
```
Backend should be running at port 3001 and front-end should be running at 3000
Port of API is set on config file inside front-end app. If backend changes it's port, you will have to change it from config file in react app