Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 697 Bytes

File metadata and controls

27 lines (21 loc) · 697 Bytes

Quotes

Quotes App

Get a random quote. Search quotes by author and tag. View more details about each author.

Getting Started

  1. Clone the repo
    git clone https://github.com/nightwolfdev/quotes.git
  2. Navigate to the project folder
    cd quotes
  3. Install dependencies
    npm install
  4. Run the app
    ng serve
  5. Visit the app in a browser
    http://localhost:4200

Links