"UTSA Place" Collaborate website canvas that allows students to place a pixel within a restricted amount of time to make art.
- Install Go
- Run the command
go run .
inside this folder - View the website at 127.0.0.1:8080
You can choose a different IP address or port using the flags:
go run . -ip=192.168.0.1 -port=3000
Our back-end is written in Go using the standard library.
Our front-end is written in vanilla JavaScript, using the Bootstrap CSS framework.
yaya testing