This repository provides game bootstrap for the article:
Clone
git clone https://github.com/mayakwd/ecs-game-article.git ecs-game
cd ecs-game
Install dependencies
- Yarn
yarn install
- NPM
npm i
- Yarn
yarn serve
- NPM
npm run serve
- Open http://localhost:9500/ in the browser.