Snake

A version of Snake built with typescript, rx.js, jsfx and CSS grid

Demo https://codepen.io/steveg3003/full/EEZoYd/

Getting started

First you need to download the the packages

npm install

Development

For development run

npm run start

Which will the app on http://localhost:3000 and will reload when you make changes

Build

To create a new build run

npm run build

Which will create a new version of the app in a 'dist' folder.