Skip to content

r0mankon/codey-in-tundra-ts

Repository files navigation

My version of the game from Codecademy's Game Development course in TypeScript.

Development

Install dependencies:

yarn install

Start the development server:

yarn start

Or You can just hit F5 if you are in VS Code, it should start the development server and open localhost:8000 on your default browser. Otherwise, do it yourself.