tictactoe
- Backend server *
composer install
php -S localhost:5000 -t backend/src/public/
- Frontend server *
npm install; npm run build;
php -S localhost:1234 -t frontend
View frontend on favourite browser and thats about it.
| Name | Name | Last commit date | ||
|---|---|---|---|---|