Tic Tac Toe simulator as a service.
- Url: https://tic-tac-toe-simulator.vercel.app/
- API Endpoint: https://tic-tac-toe-simulator.vercel.app/api
-
Install dependencies (
npm install
); -
Create
.env.local
in project root, with:NEXT_PUBLIC_API_URL="http://localhost:3000/api"
-
Run
npm run dev
.
Project is in http://localhost:3000.
- Next.js Documentation - learn about Next.js features and API.