Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.