Skip to content

brayovsky/yolo-app-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yolo-app-frontend

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

Getting Started

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published