This project was bootstrapped with Create Single SPA.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:9000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs the linter
Launches the test runner in the interactive watch mode.
Runs the prettier formatter on the code.
Runs the prettier formatter on the code and checks if the code is formatted correctly.
This script will be trigger enable Git hooks after install
Runs concurrently
to build and transpile *.ts files
Builds the app for production to the dist
folder.
Runs webpack
to build the app for production to the dist
folder.
Runs tsc
to transpile ts files to js files.
You can learn more in the Create Single SPA documentation.
To learn Single SPA, check out the Single SPA documentation.