Skip to content

Latest commit

 

History

History

client

OnTheBlock Web Client

This repository contains the source code for OnTheBlock's front-end web application written in Angular JS.

Getting Started

This application uses Yarn to manage dependencies. As such, please ensure that Yarn is installed on your system. To install Yarn using Brew, run the following command in your terminal window:

  brew install yarn

Next, install all packages by running the following command within this directory.

  yarn install

Finally, run the following command within this directory to instantiate a local server that will host this application.

  yarn start