Skip to content

Kettss1/fun-with-streams

Repository files navigation

Fun with Streams

Running locally via yarn:

First, make sure you have Node 18 available. Then, install the dependencies and run the development server:

# Install project dependencies
yarn

# Run application
yarn dev

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

Running locally via Docker Compose:

First, make sure you have Docker and Docker Compose available. Then, start the application with:

# Run application
docker compose up --build

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