This is an Ember addon that includes most of the dependencies and setup I use for new hackathon projects. It installs several useful Ember addons as well as sets up some base styles.
ember install ember-hackathon
Installation will create a file at app/styles/app.scss
and automatically import the addon's styles.
You should just be able to get going with your hackathon project and have access to the Ember addon dependencies. It's a shifting list depending on the packages I find useful. The current list of addons is:
- ember-flex (these are my own easy to use flex styles)
- ember-cli-sass
- ember-font-awesome
- liquid-fire
- ember-truth-helpers
It also uses a reset.css file so we don't have to do that pesky step.
This project is licensed under the MIT License.