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

https://github.com/paalamugan/single-spa-example-react-mui

Material UI theme Common components for the single spa application
https://github.com/paalamugan/single-spa-example-react-mui

material-ui react reactjs single-spa single-spa-react typescript

Last synced: 2 months ago
JSON representation

Material UI theme Common components for the single spa application

Awesome Lists containing this project

README

        

# Single spa example mui

Material UI theme Common components for the single spa application

## How to use it

- Install as a node module package like

```sh
yarn add -D @single-spa-example/react-mui
```

## Getting started

- Supported Node Engine

```sh
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
```

- Run application as a standalone in development mode

```sh
yarn start:standalone
```

- To build for production

```sh
yarn build
```