Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 466 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 466 Bytes

snake-typescript

Snake game in typescript & react, small project to get started with Typescript

Snall project to get started with Typescript, which btw, it's really awesome! IMHO official docs are the best resource to get started.

Demo

Running snake in localhost

nvm use
npm i
npm run start:dev