- Setup Go
Install
gofrom your software repos and installglideusing:$ curl https://glide.sh/get | sh - Clone this repo to your GOPATH
Set up your
$GOPATHcorrectly.$ mkdir -p $GOPATH/src/github.com/pclubiitk $ git clone https://github.com/pclubiitk/student-search $GOPATH/src/github.com/pclubiitk/student-search - Install Dependencies
$ cd $GOPATH/src/github.com/pclubiitk/student-search && glide install - Hack on this!!
- Install Angular CLI
$ sudo npm install -g @angular/cli - Clone this repo
- Goto the cloned folder's frontend folder
- Test out the frontend
The frontend will be available at
$ ng servelocalhost:4200 - Make changes and test using
ng serve - Run
ng lintbefore pushing