This is a Star Wars birthday invitation I created for my kid's 5th birthday. It uses the Phaser Game Engine and is written in ES6 using Babel and WebPack for the build process.
- Clone Repo
- npm install
- npm start (compiles code and runs the app on localhost:3000)
- Change the text and links to your liking
You can optionally run the app on a live URL using surge.sh:
- Inside package.json, Change
louis.surge.sh
on line 9 to a URL of your choosing (must be asurge.sh
subdomain) - npm run yolo (Builds the files and uploads the files)
Note: You will need to install surge to acheive this. See http://surge.sh/ for more information.
Thanks to @HenrickJorteg for https://github.com/henrikjoreteg/hjs-webpack which I adapted for the build and deploy script and @photonstorm for https://github.com/photonstorm/phaser