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

https://github.com/paalamugan/single-spa-react-ts-biolerplate

Single spa biolerplate codebase with react and typescript
https://github.com/paalamugan/single-spa-react-ts-biolerplate

biolerplate-template commitizen-config commitlint-config lint-staged-config react single-spa single-spa-react typescript

Last synced: 2 months ago
JSON representation

Single spa biolerplate codebase with react and typescript

Awesome Lists containing this project

README

        

# single-spa-react-ts-biolerplate

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

- Run application as a standalone in development mode

```sh
yarn start:standalone
```

- To build for production

```sh
yarn build
```