Skip to content

NuttaponTamburanavit/mircro-frontend-monorepo

Repository files navigation

Mircro Frontend Monorepo

This project make for expirement micro frontend by NextJs


Table of contents


Technologies

Project using stack

  • Lerna (managing multiple repository)
  • PNPM (package manager)
  • NextJs (UI framework)
  • AntD (UI library)

Setup

To run this project, install it locally using pnpm:

1. Install package

On root project

$ pnpm install

2. Run project

All project start up

$ pnpm lerna run dev

# > Lerna (powered by Nx) Running target dev for 3 projects:
# ready - started server on http://localhost:3002 (component-web)
# ready - started server on http://localhost:3001 (training-center-web)
# ready - started server on http://localhost:3000 (admin-web)

Refs

  1. Lerna
  2. PNPM x Lerna
  3. PNPM CLI
  4. NextJS
  5. AntD

About

lerna / nextjs / pnpm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published