react-microfrontend-cli
v1.0.5
Published
A CLI tool to scaffold a React app with microfrontend architecture using TypeScript and SCSS
Downloads
19
Maintainers
Readme
React Scaffold CLI
Description
React Starter CLI is a powerful command-line tool to generate the mfe
Installation
Global Installation
Install the CLI tool globally using npm:
npm install -g react-microfrontend
Local Installation
Alternatively, you can install it locally within your project:
npm install --save-dev react-microfrontend
Usage After installing the tool, you can use it to scaffold a new React project with customizable options.
Create a New React Micro frontend app
react-microfrontend create
Run the command
npm run start:all