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
- Host: GitHub
- URL: https://github.com/paalamugan/single-spa-react-ts-biolerplate
- Owner: paalamugan
- Created: 2022-06-22T17:44:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T18:07:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T12:44:46.961Z (4 months ago)
- Topics: biolerplate-template, commitizen-config, commitlint-config, lint-staged-config, react, single-spa, single-spa-react, typescript
- Language: TypeScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```