A integrated monorepo for full stack web development
Install smb with yarn
yarn install
yarn start
Express API
: A node.js server using express frameworkReact App
: Frontend application using React
config
: A base config package to set preset for eslint, tsconfig and other base configs to be extended
Each app/package is 100% TypeScript.
This monorepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
This project uses Conventional Commits. Check CommitLint to full understand its usage.