Skip to content

kevin-06-huang/monorepo_nextjs_typescript_django

Repository files navigation

Monorepo Demo

This project is a demonstration of a monorepo setup with the following components:

  • A frontend developed with Next.js.
  • A separate frontend developed with TypeScript.
  • A backend developed with Django.

The node_modules directories are shared using pnpm and lerna for efficient package management, and the components for both frontends are shared in a common folder as well.

How to Run

Follow these steps to run the project:

  1. Install dependencies:
pnpm install
  1. Migrate the sqlite database:
python3 manage.py migrate
  1. Start the Django server:
python3 manage.py runserver
  1. Run the frontend projects:
lerna run dev --parallel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published