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

https://github.com/flet/youlooknice


https://github.com/flet/youlooknice

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Phaser Boilerplate

A starting point for a game with Phaser, with sample game (flappy birds clone).

## Prerequisites

In order to use this project, you need:

* Install Node.js - [Download and install][1] or [install via a Package Manager][2]
* Install `git`

## Getting Started

First, clone the repositiry:
```
git clone http://blargity.blargity.blarg/foo
```

Next, use `npm` to install all the dependencies needed to build the project.
```
cd foo
npm install
```

Next, install the global `gulp` command:
```
npm install -g gulp
```

Once installed, run `gulp` to start the static server
```
gulp watch
```

Now, visit http://localhost:3002 in your web browser to load the game!

[1]: http://nodejs.org/
[2]: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager