AirConsole: You talking to me? (try live)
Multiplayer party game, built for the AirConsole platform.
npm install
npm start
The game will be availble on http://localhost:3000
, which can be opened in the simulator
npm test
npm run build
will build the files in src
and public
to build
serve build -p 3000
will serve the files from build
On your local network you can use your internal IP address, e.g. http://www.airconsole.com/#http://192.168.1.101:3000
Over the internet, you could use something like ngrok with ngrok http 3000