Skip to content

A simple micro-frontend project with rescript functional language

Notifications You must be signed in to change notification settings

wellitongervickas/petgrooming-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@petgrooming-client

Module federation example and a boilerplate guide for my own projects.

A micro front-end project created with:

  • Lerna
    • Workspaces and run scripts parallel
  • webpack
    • Module federation
  • React 17
  • Jest
  • Rescript
  • Storybook (to implement design system)

Scripts

It will running in all workspaces

Development

Serve files in development mode

yarn start

Production

Serve files in production mode

yarn build
yarn serve

Tests

yarn test

Clean

yarn clean