https://github.com/StephenGrider/CoffeeScript-Ionic-Starter
Gulpified workflow for ionic development
https://github.com/StephenGrider/CoffeeScript-Ionic-Starter
Last synced: 7 months ago
JSON representation
Gulpified workflow for ionic development
- Host: GitHub
- URL: https://github.com/StephenGrider/CoffeeScript-Ionic-Starter
- Owner: StephenGrider
- Created: 2014-07-23T02:02:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T18:26:10.000Z (about 11 years ago)
- Last Synced: 2025-10-30T06:56:49.455Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.79 MB
- Stars: 63
- Watchers: 4
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ionic - StephenGrider/CoffeeScript-Ionic-Starter
README
CoffeeScript Ionic Starter
===
Starting point for developing Ionic apps with coffeescript.
Getting Started
---
Enjoy coffeescript + sass w/ live reloading.
```
npm install
gulp watch
```
In a separate window,
```
ionic serve
```
Coffeescript files in www/coffee will be compiled to JS and concated into www/js/application.js. Sass files in www/sass will be compiled to CSS and concated into www/css/style.css.
Changes to any files in the project directory will trigger a reload in your browser, complete with your newly concated+compiled sass+coffee files!
Troubleshooting
---
If you get an error on running `gulp watch`, try `npm install -g gulp-cli`.