Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tolyo/ionic-brunch-es6-seed
Ionic project starter template powered by Brunch and Babel
https://github.com/tolyo/ionic-brunch-es6-seed
Last synced: 29 days ago
JSON representation
Ionic project starter template powered by Brunch and Babel
- Host: GitHub
- URL: https://github.com/tolyo/ionic-brunch-es6-seed
- Owner: tolyo
- License: mit
- Created: 2016-04-27T06:06:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T20:44:01.000Z (over 7 years ago)
- Last Synced: 2024-11-15T23:30:38.885Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 2.45 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ionic-brunch-es6-seed
This is a starter project for a mobile/desktop application based on [Ionic framework](http://ionicframework.com/), [Babel](https://babeljs.io/) and
[Brunch](http://brunch.io). [Electron](http://electron.atom.io/) is provided as an optional runtime for a desktop app.
You can use it to quickly bootstrap your app on a modern language platform, while enjoying smooth development
experience and compile time safety across your entire stack of static resources.
Sample code includes a port to ES6 of [ionic-starter-sidemenu](https://github.com/driftyco/ionic-starter-sidemenu)### Features:
* ES6 by default
* Reload on save
* Run unit tests on save
* Modular folder-by-feature architecture
* Javascript/CSS/HTML minification for production
* Mobile or desktop runtimes### Get started
* `git clone [email protected]:tolyo/ionic-brunch-es6-seed.git`
* `cd ionic-brunch-es6-seed`
* `npm install`### Running the app during development
* `npm run mobile` to serve using **Brunch**
* `npm run desktop` to serve using **Electron**### Running the app in production
* `npm run prod` to build for production deployment
### Running unit tests
* `npm test` to run unit tests with [karma](http://karma-runner.github.io)