This application uses angularJS
Here the entire site: plunner.com
Here a phonegap porting: phonegap
Application example web server. It is just an example, so we don't guarantee that everything works
N.B. You need also the backend application
- Clone the repository on your local machine
- Install all dependencies via npm
npm install
(nodejs.org required) - Bootstrap the application via
node_modules/.bin/gulp production
or symply via create-project
create-project frontend dsd-meetme/frontend
and bootstrap the application via gulp production
- Configure Plunner's frontend with your api domain in the
config.js
file - Plunner's frontend must be installed on the root of the virtual host
#How to test locally
You can run a local web server that bootstraps the application on port 3000 by typing on your terminal gulp dev
;
this procedure will also fire a listener of changes so that all the sass files and the single js modules are
compiled and put together as soon as you make a changes
#Notes
- In real environment you should use apache2
#Credits