Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 536 Bytes

README.MD

File metadata and controls

19 lines (14 loc) · 536 Bytes

Black Template

Starting point for Black Engine powered games and apps.

Setup

Start by cloning this repo onto local computer:

git clone https://github.com/MassiveHeights/Black-Template.git
cd Black-Template
npm install

Development server

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.

Production build

For better compatibility and faster loading times use production build npm run build.