/unsplash-app

Primary LanguageTypeScript

Unsplash Application

Getting Started

First, run the development server:

npm run install
npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Test

npm run test

Storybook

npm run storybook

Dockerize Application

npm run build:docker
npm run start:docker

Open http://localhost:8080 with your browser to see the result.