-
Notifications
You must be signed in to change notification settings - Fork 0
A game to play when you're bored!
noahruderman/bored-game
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project uses typescript (node), go, and python typescript: front-end client python: back-end http server go: back-end server Setup ----- npm install Running ------- npm run build # builds the front-end python3 server.py # runs the http server cd server/; go run . # runs the back-end server Then visit http://localhost:8000 in your browser!