A basic typescript canvas starter project. Uses webpack to process typescript files and minify.
npm install
npm run watch
- Code typscript in the src folder, watch it appear in the dist folder.
- Main.ts is the entry point for the game
- index.html has a basic 1280x720 canvas on it, and links to the packed main.js