/even-odd

Primary LanguageJavaScript

Even odd A simple HTML/JS app using Angular/Typescript/Ionic. Just guess players wished number. Is it even? Or odd? That's it.

Installation

Clone repository to local machine:

git clone https://github.com/falendary/even-odd

Install Ionic

npm install -g cordova ionic

Install node modules:

npm install

Run local web-server

node server.js

Development

Run watch server (rebuild project if file changes)

ionic serve

License

MIT