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

https://github.com/usmantahirr/tictactoe


https://github.com/usmantahirr/tictactoe

Last synced: 7 months ago
JSON representation

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