Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 464 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 464 Bytes

Mission Control

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.