Code for BernieTickets.com. React + React-Router + CoffeeScript + Firebase
- git
- npm
- Clone the repository (
git clone git@github.com:Bernie-2016/bernie-tickets.git
) - Install dependencies:
npm install
- Run development server:
gulp serve
and open http://localhost:9010
To deploy, run gulp firebase
(you also must be logged in to the Firebase CLI).
- Fork it ( https://github.com/Bernie-2016/Teams/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request