Clone project:
$ git clone https://github.com/UCSC-LK/CV-APP
###Directory structure:
├── api
│ ├── controllers
│ ├── app
|
|
|── client
| |── src
| | |── app
| | |── assert
| | |── sass
| |── docs
|
###1 Angular Client (Frontend) To begin run the following commands in your terminal:
Install dependencies:
$ cd client
$ npm install
Install gem 'sass'
$ gem install sass
Run development web-server:
$ gulp serve