Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garbles/better-ionic-template
A better template for starting an Ionic project
https://github.com/garbles/better-ionic-template
Last synced: about 1 month ago
JSON representation
A better template for starting an Ionic project
- Host: GitHub
- URL: https://github.com/garbles/better-ionic-template
- Owner: garbles
- Created: 2014-10-31T18:58:23.000Z (about 10 years ago)
- Default Branch: ionic-template
- Last Pushed: 2014-10-31T19:10:16.000Z (about 10 years ago)
- Last Synced: 2024-04-14T12:45:36.483Z (9 months ago)
- Language: JavaScript
- Size: 1.54 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# better-ionic-template
A better template for starting an Ionic project. Uses [CoffeeScript](http://coffeescript.org/), [Slim](http://slim-lang.com/) instead of JavaScript and HTML.
It is also setup to use a component-based file hierarchy.### Setup
1. Start a new ionic v1.0.0-beta.13 project
2. Remove `www`, `styles`, `gulpfile.js`, `bower.json`, and `package.json`*
3. Copy in the contents of this repo
4. Run `npm install && bower install` to install dependencies
5. Run `gulp build && gulp inject` to build assets and inject them into `index.html`
6. Run `gulp watch` to watch for changes. Due to the nature of the [gulp-watch](https://github.com/floatdrop/gulp-watch) plugin, you must restart `gulp watch` when you create a new file.
7. Make only changes in the `src` folder