Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 501 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 501 Bytes

Inspirato Code Challenge

Requirements:

  • Git
  • npm or yarn

The project was built as a create-react-app application with a TypeScript template (for basic scaffolding). The hero image was reverse engineered from the Inspirato web site.

To run code...

Clone repo Enter repo directory

yarn

- or -

npm install

Once dependencies have been installed run the app

yarn start

- or -

npm run start

App will open localhost:3000 or on some other port should 3000 be currently in use.