Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 615 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 615 Bytes

tictactoe

Package Version Hex Docs

Development

gleam run   # Run the project

14:40:55.944 [info] Running TicTacToe.Endpoint with cowboy 2.12.0 at 127.0.0.1:5001 (http)

14:40:55.946 [info] Access TicTacToe.Endpoint at http://localhost:5001

Phoenix integration was based on Wojtek Mach's Phoenix LiveView single file example. Thank you! ❤️.