-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
javitoHertfy edited this page Aug 31, 2014
·
8 revisions
Steps to install appetite development environment:
- Install GitHub client: Widows: https://windows.github.com/ Mac: https://mac.github.com/
- Clone Appetite repository.
- Install node.js: http://nodejs.org/download/
- Restart machine to update the system variables
- Install Cordova: npm install -g cordova
- Insrall Ionic: npm install -g ionic
- Go to the appetite folder and start ionic: ionic serve
We do love testing so install Karma to run them all:
- npm install -g karma
- npm install -g karma-cli
- if you find this issue in Windows "Error: No provider for "framework:jasmine"!": 3.1. npm install -g karma-jasmine --save-dev 3.2. npm install -g karma-chrome-launcher --save-dev
- karma start karma.conf.js