-
Has a four player mode.
-
Doesn't have a server component
⤷ No user id
⤷ No login
⤷ No authentication
⤷ No remote storage
Build | Runtime |
---|---|
NodeJS | Google Analytics |
Rollup | JQuery Mobile |
NPM | JQuery |
-
Download or Clone this repository.
-
Navigate to the project folder.
-
Install the server with:
npm install
This will start the server at http://localhost:5000
npm run serve
Starts the server in development
mode with dynamic reloading.
npm run dev
Build the production bundle with minimized code.
npm run build