/unsplash

Primary LanguageTypeScript

Unsplash application

A little demo application that uses the Unsplash API.

Requirements

  • Node 16.x

Getting started

  1. Clone the project git clone https://github.com/itsjeffro/unsplash.git.

  2. Install dependencies npm i.

  3. Create the env file using the provided example cp .env.example .env and update the file with your Unsplash keys.

  4. Run npm run dev to start the local server.

  5. Visit http://localhost:3000