Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 465 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 465 Bytes

Inspire

Inspire is a simple single page app that generates a random quote from a database in order to give inspiration.

MPV: Single page app with button that generates a random quote each time clicked.

Getting started

This project requires the following:

  • Node 12.12
  • Yarn 1.19
  1. Clone the repo
  2. Install:
yarn install
  1. Run:
yarn dev:start

Happy Coding!