Skip to content

Micro Frontend Architecture React todo application

License

Notifications You must be signed in to change notification settings

oni20/mfe-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mfe-react

Micro Frontend Architecture React todo application.

image

Technology used

React, TypeScript, WebPack, Tailwind, Jest

Follow below sequence to run the application

  • Run Foundation UI application first
  • Run Todo APP

Run Foundation UI

This app holds atomic components such as

  • <RadioButton />
  • <TextBox />
  • <Checkbox />
  • <Button />

Install packages

npm install

Start application at port no 3001

npm start

Hit Localhost:3001

Test suite command run at root directory

npm test

These components are being used inside Todo App

Run Todo App

This is a TODO app.

Install packages

npm install

Start application at port no 3002

npm start

Hit Localhost:3002

Test suite command run at root directory

npm test

About

Micro Frontend Architecture React todo application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors