This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Setting up
Rosco Kalis edited this page Apr 13, 2016
·
7 revisions
-
Install Node.js
-
Install Ionic command line tools
npm install -g ionic
-
Install/upgrade cordova
npm install -g cordova
-
Install gulp and typescript
npm install -g gulp npm install -g typescript
Sanity check: tsc -v
should return v1.8.9 (or thereabouts)
git clone [email protected]:incodehq/contactapp.git
cd contactapp/frontend
npm install gulp gulp-util bower gulp-concat gulp-sass gulp-minify-css gulp-rename shelljs gulp-tsc
You can test if everything went right by running:
ionic serve --lab
-
Follow the Apache Isis instructions on setting up your IDE
-
Install the Lombok Plugin for IntelliJ IDEA
-
Open the backend maven project in your favourite IDE