This is Active Session Library (ASL) documentation (Here)
This repository uses Yarn as a package manager. It includes the following packages/examples:
-
with-nextjs: a Next.js app -
with-create-react-app: a create-react-app app -
eslint-config-custom:eslintconfigurations (includeseslint-config-nextandeslint-config-prettier) -
tsconfig:tsconfig.jsons used throughout the monorepo
Each package/app is 100% TypeScript.
This repository has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
cd active-session-library
yarn run build
To develop all apps and packages, run the following command:
cd active-session-library
yarn run dev