Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paalamugan/single-spa-example-root-config
- Owner: paalamugan
- Created: 2022-07-30T17:30:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T17:32:31.000Z (over 2 years ago)
- Last Synced: 2024-11-19T10:42:01.973Z (3 months ago)
- Topics: javascript, nodejs, single-spa, single-spa-root-config, typescript
- Language: EJS
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```