jburns24 / king-of-the-rock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gamedev Patterns and Algorithms in Action with TypeScript

Applying Principles of Clean Architecture to Enterprise Frontend Application

Project setup

  • install Node.js (the version is specified in package.json)
  • if you have nvm installed:
nvm use
  • Install dependencies
npm install

Compiles and hot-reloads for development

npm start

Run your unit tests

npm t

Lints and fixes files

npm run lint

Tech stack

  • TypeScript
  • Jest / ESLint

Links

Complete tutorial

About


Languages

Language:CSS 54.1%Language:TypeScript 26.9%Language:JavaScript 15.1%Language:HTML 4.0%