An open API service indexing awesome lists of open source software.

https://github.com/htmujahid/micro-frontend

A micro frontend application using vanilla JavaScript, can be used as a template for building micro frontend applications.
https://github.com/htmujahid/micro-frontend

Last synced: 2 months ago
JSON representation

A micro frontend application using vanilla JavaScript, can be used as a template for building micro frontend applications.

Awesome Lists containing this project

README

          

# Micro Frontend

A micro frontend application using vanilla JavaScript, can be used as a template for building micro frontend applications.

## Installation

Installing dependencies
```bash
npm run install
```

Serving locally
```bash
npm run start
```

Building for production
```bash
npm run build
```