Skip to content

Scratchpad and proof of concept for Effect.ts

Notifications You must be signed in to change notification settings

endalk200/effects-ts.poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effect-TS POC

A proof-of-concept project for experimenting with the Effect library in TypeScript.

Goal

This project serves as a playground to explore and learn the Effect library - a powerful TypeScript library for building type-safe, composable, and concurrent applications with first-class support for error handling, dependency injection, and resource management.

Prerequisites

Setup

# Enter devbox shell (installs bun automatically)
devbox shell

# Install dependencies
bun install

Running

# Run the application
bun run start

# Run in watch mode (auto-reload on changes)
bun run dev

About

Scratchpad and proof of concept for Effect.ts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published