📌 Set up project
- clone the repo and go into it
git clone https://github.com/amitanshusahu/Amazone-MERN & cd Amazone-MERN
- in the root folder
npm run dev
📌 What's inside?
This Turborepo includes the following packages/apps:
Apps and Packages
api
: express apiweb
: Next.js appui
: a stub React component library shared by bothweb
anddocs
applicationseslint-config-custom
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
Useful Links
Learn more about the power of Turborepo: