Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/molekilla/rutha-ionic
rutha seed for Ionic
https://github.com/molekilla/rutha-ionic
Last synced: about 1 month ago
JSON representation
rutha seed for Ionic
- Host: GitHub
- URL: https://github.com/molekilla/rutha-ionic
- Owner: molekilla
- License: mit
- Created: 2015-06-20T14:48:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T16:21:17.000Z (about 9 years ago)
- Last Synced: 2024-04-10T02:56:47.020Z (9 months ago)
- Language: JavaScript
- Size: 1.41 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# rutha-ionic
## an hapi/angular frontend boilerplate for Ionic
**Ru** le
**T** hem
**H** apiJS
**A** ngularJS[![Build Status](https://travis-ci.org/molekilla/rutha-ionic.svg?branch=master)](https://travis-ci.org/molekilla/rutha-ionic)
Pure pragmatic NodeJS stack
#### Changelog: [changelog](changelog.md)
#### Last update: 0.3.0
#### Docs:
* [rutha - A Hapi and Angular boilerplate stack - English](http://yoworkeo.blogspot.com/2015/02/rutha-hapi-and-angular-boilerplate-stack.html)
* [Hapi View Partials - Spanish](http://yoworkeo.blogspot.com/2014/08/hapijs-view-partials-con-underscorejs.html)
* [Hapi REST Authentication - Spanish](http://yoworkeo.blogspot.com/2014/08/hapijs-autenticacion-rest-con-hapi-auth.html)
* [Hapi Tutorials](http://hapijs.com/tutorials)
* [BabelJS: Learn ES6](https://babeljs.io/docs/learn-es6/)
* [ECMAScript6 by Luke Hoban](https://github.com/lukehoban/es6features)
* [Typescript](http://www.typescriptlang.org/)
* [Taming Angular 1.3 forms by Year of Moo](http://www.yearofmoo.com/2014/09/taming-forms-in-angularjs-1-3.html#html5-validators-and-parse-errors)
* [Jasmine BDD Introduction](http://jasmine.github.io/2.2/introduction.html)### Main features ###
* **Rule Them All with a single environment**: Both development and production environment are the same. We concat, annotate, mix some ingredients and offer you the same production environment for development.
* **Ionic 1.0.0**
* **Hapi 8.0.0**## Installing
1. Clone repo
2. Rename text containing `rutha` to `your_app_name`
3. Use node 0.10.x or 0.12.x (Not 4.x ready !)
4. Run `npm install gulp -g`
5. Run `npm install` and then `bower install`
6. Run `ionic serve`
7. Open `http://localhost:8100/#/login`
8. Enjoy !### Maintainers, notes ###
Maintain by Rogelio Morrell C.
Pull Request are welcome but I might not turn around those quickly.### Disclaimer ###
Feel free to fork.