This project make for expirement micro frontend by NextJs
Project using stack
- Lerna (managing multiple repository)
- PNPM (package manager)
- NextJs (UI framework)
- AntD (UI library)
To run this project, install it locally using pnpm:
On root project
$ pnpm install
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)