This template provides a solid foundation for building scalable and maintainable TypeScript applications with Effect.
This template leverages tsx to allow execution of TypeScript files via NodeJS as if they were written in plain JavaScript.
To execute a file with tsx:
pnpm tsx ./path/to/the/file.tsBuilding
To build all packages in the monorepo:
pnpm buildTesting
To test all packages in the monorepo:
pnpm testtest new new