This is an application that consumes the yolo API available at https://github.com/brayovsky/yolo using html and javascript.
The main building blocks are:
- angular.js v1.4.0
- html
- css
-
Clone the Yolo API and follow the README instructions to set it up and start the server.
$ git clone https://github.com/brayovsky/yolo.git -
Prepare directory for project:
$ mkdir -p ~/yolo-app-frontend $ cd ~/yolo-app-frontend -
Clone the repository
$ git clone https://github.com/brayovsky/yolo-app-frontend.git -
Install required javascript modules into the project folder
$ npm install -
Start the development server
$ npm start dev -
Explore the app