Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 580 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 580 Bytes

Airline Tycoon

Expand your Airline to be the ultimate Tycoon!

Install

npm install
bundle install
npm install -g gulp

Develop

npm start

Includes

  • Live reloading for both CSS and Javascript changes
  • .cjsx: JSX in Coffeescript

gulp build to create minified versions for prod.

Currently deployed to http://locomote-tycoon.s3-website-ap-southeast-2.amazonaws.com/

Sample Tycoon API can be found at (https://github.com/locomote/tycoon-sample-api)

Platform forked from https://github.com/KyleAMathews/coffee-react-quickstart