Skip to content

amyegan/multi-zone-with-app-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Micro Frontends with App Router

This project merges two Next.js apps into a single site. Each app has its own dependencies and runs independently.

To start the /home run the following commands from the root directory:

cd home
npm install && npm run dev

The /home app should be up and running in http://localhost:3000!

Starting the /blog app follows a very similar process. In a new terminal, run the following commands from the root directory :

cd blog
npm install && npm run dev

The blog app should be up and running in http://localhost:4000/blog!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published