/ts-libs

Primary LanguageTypeScriptMIT LicenseMIT

TypeScript Libs

Monorepo for holding some of my npm packages.

Packages and their respective READMEs can be found in libs folder. These include but are not limited to:

Most of there are showcased in react-demo application in this repository.

To start demo run:

  • pnpm intall - to install dependencies
  • npx nx run react-demo:serve - to serve Next.js react application.

pnpm version is managed using Corepack.