/whosthatpocketmonster

"Who's that Pokemon?" web game--now using Node.js

Primary LanguageJavaScript

whosthatpocket.monster

"Who's that Pokemon?" web game

Also available to play on whosthatpocketmonster.herokuapp.com.

Install

To install and run the server locally run these commands:

git clone https://github.com/zsd7200/whosthatpocketmonster.git
cd whosthatpocketmonster
npm i
npm run watch

The server will now be running on port 3000 (http://localhost:3000/), unless otherwise specified.

Press CTRL+C to terminate the watch process.