An open API service indexing awesome lists of open source software.

https://github.com/agneym/electrojet-phaser-ce

Default Phaser CE Application for Electrojet CLI
https://github.com/agneym/electrojet-phaser-ce

cli electrojet-cli phaser-ce webpack

Last synced: about 1 month ago
JSON representation

Default Phaser CE Application for Electrojet CLI

Awesome Lists containing this project

README

          

# Electrojet Phaser-CE Default Template

## Usage

```
npm init electrojet --template=phaser-ce
```

You can also skip the `template` and select `phaser-ce` from the list.

1. To run the server in development mode:

```
npm start
```

2. To build the application

```
npm run build
```

Find different configuration options at [Create Electrojet CLI](https://github.com/BoyWithSilverWings/create-electrojet/tree/master/packages/phaser-ce)

## Credits

1. [Phaser ES6 Webpack Template](https://github.com/lean/phaser-es6-webpack)