Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 463 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 463 Bytes

Phaser Project

This project was bootstrapped with Phaser CLI

Usage

Running in Development

npm start
# or
yarn start

Build for Production

npm run build
# or
yarn run build

Acknowledgements

Phaser CLI is based on Create React App by Facebook and vue-cli by Evan You.