report a moose frontend and backend application
To get the project working on your mashine you need two things to install:
- git - the version controll system to download und upload code to github
- nodeJS - the javascript runtime to develope and test the code
Clone the project to your local pc with the terminal*:
git clone https://github.com/stetro/reportamoose.git
Go to the phone
folder and install all node dependencies*:
npm install -g yeoman
npm install
bower install
Run the server for this with*:
grunt server
Go to the phone
folder and install all node dependencies*:
npm install -g lcm
npm install
Run the server for this with*:
lcm server
*You need maybe a terminal configuration when the commands are not found!
For deploying you need the phonegap application and the specific build environment installed. Go to the phonegap/reportamoose
folder and run your specific system:
npm install -g phonegap
phonegap run android # or ios, blackbarry ...
-
Nice Git Introduction from net.tutsplus
-
Locomotive JS - Guide for backend development with JavaScript
-
AngularJS - Beginners guide for frontend development with JavaScript