https://github.com/flet/youlooknice
https://github.com/flet/youlooknice
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flet/youlooknice
- Owner: Flet
- Created: 2014-10-12T04:52:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-12T04:52:28.000Z (over 10 years ago)
- Last Synced: 2025-01-23T20:38:17.521Z (5 months ago)
- Language: JavaScript
- Size: 887 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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