/game-project-skeleton

Game object skeleton with TypeScript and Rollup.js

Primary LanguageTypeScript

Game Project Skeleton

with TypeScript and Rollup.js

Setup

# install deps
npm install

# build app
npm run build

# build & watch app
npm run watch

# build & launch app
npm run start

# run unit test
npm run test

License

© guanbinrui