Gabb-c / spa-mfe-template

Single-spa typescript template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single-spa Microfrontend Template

This is a single-spa application template

Start by reading the Single-spa Official Documentation.

Build

yarn build

Development Mode

yarn start:dev

Test

yarn test:dev    # development
yarn test:watch  # watch mode
yarn test:cov    # coverage report
yarn test:ci     # ci env

Poroject Standards

  • Single-spa 5.9.x
  • TypeScript
  • Webpack 5.x
  • Babel
  • Jest & @testing-library
  • ESLint & Prettier (Airbnb)
  • Husky, Commitlint & Lint-staged

About

Single-spa typescript template


Languages

Language:TypeScript 46.0%Language:JavaScript 43.1%Language:Shell 10.9%