Starting point for Black Engine powered games and apps.
Start by cloning this repo onto local computer:
git clone https://github.com/MassiveHeights/Black-Template.git
cd Black-Template
npm install
This template provides ability to run development server on port 3000 to do so run npm start
in the terminal
then open a browser and navigate to http://127.0.0.1:3000
.
For better compatibility and faster loading times use production build npm run build
.