Skip to content

unadlib/fronts-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fronts-example

A simple example for Fronts

Installation

yarn install

Development

yarn start

Runs the apps in the development mode, and open https://localhost:3001 to view App1, and open https://localhost:3002 to view App2 in the browser.

cd packages/app1 && SPA=true yarn start

Runs the app1 in non-micro-frontends mode.

Build

yarn build

Build the projects, and build files are stored in the dist/ directory. Use the --mode=production flag for a production build.

Serve

yarn serve

Serve the projects with the dist/ directory source, and open https://localhost:3001 to view App1, and open https://localhost:3002 to view App2 in the browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published