Skip to content

Santosl2/microfrontends-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro-frontend's NextJS

In this repo i implements two next JS application using micro-frontend architecture.

How to run

  1. Clone this repo
  2. Run npm run install in root folder
  3. Run npm run dev in root folder
  4. Open localhost:3001 in your browser

How to build

  1. Run npm run build in root folder
  2. Run npm run start
  3. Open localhost:3001 in your browser

How to deploy

Others

To deploy this application you need to run npm run build and then npm run start in root folder. After that you can deploy the dist folder to your server.

About

Micro-front of two Next JS application

Resources

Stars

Watchers

Forks