This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.
- If your build is qutie slow install ember-clid-windows which will disable windows defenders to watch your project directory, dont forget to run execution policy comman from : adopted-ember-addons/ember-cli-windows#24
- If you are using sublime then it will observe your tmp directory which will break build repeatadely, disable it by using following options in user preference : "atomic_save": false, "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "tmp/class-", "tmp/es_", "tmp/jshinter*", "tmp/replace_", "tmp/static_compiler", "tmp/template_compiler*", "tmp/tree_merger*", "tmp/coffee_script*", "tmp/concat-tmp*", "tmp/export_tree*", "tmp/sass_compiler*"]