Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 266 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 266 Bytes

tictactoe

Example

  • 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.