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
- Host: GitHub
- URL: https://github.com/paalamugan/single-spa-example-react-mui
- Owner: paalamugan
- Created: 2022-07-16T14:28:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T06:44:07.000Z (over 2 years ago)
- Last Synced: 2025-02-21T21:48:33.882Z (3 months ago)
- Topics: material-ui, react, reactjs, single-spa, single-spa-react, typescript
- Language: TypeScript
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```