Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paalamugan/single-spa-example-root-config

Root config for Single spa example microfrontend application
https://github.com/paalamugan/single-spa-example-root-config

javascript nodejs single-spa single-spa-root-config typescript

Last synced: about 1 month ago
JSON representation

Root config for Single spa example microfrontend application

Awesome Lists containing this project

README

        

# Single Spa Example Root Config

Root config for Single spa example microfrontend application.

## Getting started

- Supported Node Engine

```
node - v16.12.0
yarn - 1.22.19
```

- Install node_modules package for first time only

```sh
yarn install
```

- Run application in development mode

```sh
yarn start
```

- To build for production

```sh
yarn build
```