plunner
v1.0.0
Published
A meeting planner for business with automation and optimization in mind
Downloads
4
Readme
frontend
This application uses angularJS
Application example web server. It is just an example, so we don't guarantee that everything works
How to install
- 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 npm
TODO
and bootstrap the application via gulp production
How to configure
- 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