Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marlo-longley/phaser-tutorial
Experimental repo for learning and teaching JavaScript with Broc
https://github.com/marlo-longley/phaser-tutorial
Last synced: 1 day ago
JSON representation
Experimental repo for learning and teaching JavaScript with Broc
- Host: GitHub
- URL: https://github.com/marlo-longley/phaser-tutorial
- Owner: marlo-longley
- Created: 2021-02-12T21:06:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-12T21:11:57.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T17:58:16.579Z (about 2 months ago)
- Language: HTML
- Size: 1.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phaser Tutorial
Experimental repo for learning and teaching JavaScript.Welcome Broc!
We're going to try to learn some Github and JavaSript skills with this project.Here are the first steps you need to follow to get started.
If you don't know how to do something, look it up on Google, StackOverflow.com, and of course you can always ask me anything!1. Clone this repository to your local computer.
2. Get the test page up and running locally:
- `npm -g install browser-sync`
- `cd /path/to/phaser/`
- `browser-sync start --server --files="**/*.js"`
- Browse to `localhost:3000` in your browser (Chrome or Firefox, etc.). You should see the words "The homepage works!"