This is the website for the µCtrl project.
- LESS
- BOWER
- CLEAN-BOWER-INSTALLER
- EXPRESS
- GRUNT
- GRUNT-CONTRIB-LESS
- GRUNT-CONTRIB-WATCH
- GRUNT-CONCURRENT
- GRUNT-FTP-DEPLOY
- GRUNT-RUN
- OPEN
- Angular
- Bootstrap
- Font Awesome
- jQuery
- jQuery.ScrollTo
- AngularUI Router
- UI Bootstrap
- validator.js
- angular-translate
- Bootstrap-select
- Install nodejs
- Clone this repository
- Run
npm install - Run
npm startor ON WINDOWSgrunt dev
When running npm start or grunt dev, you have a file watcher that run beside of the express server. This file watcher give live reload capability.
To activate it, you need to have LiveReload extension install and started on your web browser. To install it, go here.
To configure the FTP deployment, you need to create a file on the project root call serverConf.json.
This file must contain at lest these information:
{
"host": "server.com",
"port": 21,
"authKey": {
"username": "username1",
"password": "password1"
}
}
On windows, you can get views.error depending of the way git bash was install.
To correct the views.error, you will have to install git-scm by choosing the third option when the installer asking for PATH environment.
