/micro-frontend-b

Micro frontend playground B

Primary LanguageJavaScriptISC LicenseISC

Micro Frontend B

React is used as a renderer.

Using JavaScript Standard Style

Get started

You will need Node 14 running locally.

Install dependencies

Install Node

Use nvm to manage different Node versions, and switch between them.

To install and switch to a required version run:

nvm install && nvm use

Install local Node dependencies

npm install

Development mode

npm run serve

Lint code

npm run lint

Production mode

npm run build