Configuration

Extract "buzul" zip file and open Buzul project.

Get all dependencies

$ npm install (windows)
$ sudo npm install (mac)

Add and Build IOS/Android platforms

$ ionic cordova platform add ios
$ ionic cordova platform add android
$ ionic cordova build ios
$ ionic cordova build android

Serving the app

$ ionic serve
> ng run app:serve --host=0.0.0.0 --port=8100

Browser window opened to http://localhost:8100!

Last updated