This monorepo includes the following apps:
api: an Express api serverwww: a Next.js app for www.dyllon.iozen: a Next.js app for zen.dyllon.io
@repo/config-eslint: ESLint configurations used throughout the monorepo@repo/config-typescript: ESLint configurations used throughout the monorepo@repo/jest-presets: Jest configurations@repo/logger: isomorphic logger (a small wrapper around console.log)@repo/ui: a UI libary with storybook used across apps.
This repo uses the following tools:
- TypeScript for static type checking
- ESLint for code linting
- Jest test runner for all things JavaScript
- Prettier for code formatting
- Turborepo for managing the monorepo