Clone project:
$ git clone https://github.com/UCSC-LK/CV-APP
├── client
│ ├── gulp
│ ├── src
|
|
|── server
| |── config
| |── controllers
| |── uploads
|
To begin run the following commands in your terminal:
Install dependencies:
$ cd client
$ npm install
Install gem 'sass'
$ gem install sass
Build Client
$ gulp
Run the following commands in your terminal:
Install dependencies:
$ cd server
$ npm install
Build Server
$ gulp
Be sure to have MongoDB installed first.
Run the following commands in your terminal:
Start Database:
$ mongod --port 27017
Access at http://localhost:8080/