Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 393 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 393 Bytes

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
yarn install
  • Run application in development mode
yarn start
  • Run application as a standalone in development mode
yarn start:standalone
  • To build for production
yarn build