yrezgui / ionic-rocket

Best base to bootstrap your HTML5 mobile application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic Rocket

Ionic Rocket

The best solution to bootstrap your HTML5 Mobile Application, created by @yrezgui.

Ionic Rocket is a collection of tools for building easily your HTML5 mobile application from prototyping to production. It's a bunch of opensource libraries and frameworks. It is recommanded to use it on Unix systems (Linux, Mac OS, etc.) but it works on every platform supported by @NodeJS.

You can follow me on Twitter for any questions: @yrezgui.

Ionic Rocket is built on these projects :

  1. Ionic Framework
  2. AngularJS
  3. Cordova
  4. Sass
  5. Jade
  6. Gulp
  7. NodeJS
  8. NPM
  9. Bower

Getting started

Run these commands in your terminal in the directory of the cloned repository:

npm install
bower install

If you don't have Gulp already installed, execute this command :

npm install -g gulp

And finally this command to have your automatic build:

gulp watch

You need a HTTP server to serve your files. I will certainly add an express instance soon. For now, you can use this command (which is useful for a quick HTTP server) :

python -m SimpleHTTPServer

Don't forget to run it in the root folder of Ionic Rocket. The watch task clean at first the www folder and it crashes python server if you loaded from there.

Contributing

Fork the project, create a pull request and in your commit need to be like that :

(#idOfIssue) Simple description

More details. This line is optionnal.

If there is no issue related to your commit, create one first. It will be better to understand the goal of your work.

About

Best base to bootstrap your HTML5 mobile application

License:Apache License 2.0


Languages

Language:JavaScript 99.7%Language:CSS 0.3%