/mfe-tailwind

Primary LanguageJavaScriptMIT LicenseMIT

Micro Frontend Single SPA in Module Federation

Template Skelleton with some basic configurations to start a new project based on Single SPA

Basic template configuration for any fw javascript/typescript

Prepare (Optional)

Using degit to create a new project basead on this template

npm install -g degit

or

yarn global add degit

Usage

Basics

The simplest use of degit is to download the master branch of a repo from GitHub to the current working directory:

degit rodasistemas/micro-frontend my-new-project

*If the second argument is omitted, the repo will be cloned to the current working directory


Installation

npm install

or

yarn 

Yarn is the best choice for this project because it uses the workspaces provided in monorepo.

Run

npm run start

or

yarn start

Yarn is the best choice for this project because it uses the workspaces provided in monorepo.

License

MIT.