https://github.com/thecodejack/ember-starterkit-with-grunt-jobs
Ember Starter Kit with all useful grunt jobs
https://github.com/thecodejack/ember-starterkit-with-grunt-jobs
Last synced: about 1 year ago
JSON representation
Ember Starter Kit with all useful grunt jobs
- Host: GitHub
- URL: https://github.com/thecodejack/ember-starterkit-with-grunt-jobs
- Owner: thecodejack
- Created: 2014-04-02T13:34:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-04T06:07:58.000Z (about 12 years ago)
- Last Synced: 2025-02-14T02:54:58.510Z (over 1 year ago)
- Language: JavaScript
- Size: 676 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ember-starterkit-with-grunt-jobs
================================
Ember Starter Kit with all useful grunt jobs
This is kind of copy of yeoman's gruntfile with all removed complexities.
mainly no Bower
- A starter kit for Ember
Take the clone of the repo by
`git clone https://github.com/thecodejack/ember-starterkit-with-grunt-jobs.git`
- Move to the folder through terminal
- run the following command to make sure all packages gets installed.
`npm install`
(Make sure nodejs and npm package manager are already installed before running above command)
Your Ember.js project is almost ready! Here's how to get started:
-----------------------------------------------------------------
- Start writing code for your app in app folder.
- Add CSS to app/css/style.css.
- In order to run your code, run `grunt serve` which creates some files in tmp folder and also runs server on port 9000.
- You can get the build of application by running `grunt build`