1.0.390 • Published 1 year ago
coreto-ui-flight-board v1.0.390
Introduction
CoreTO Flight board application
Getting Started
- Clone this repository
npm install --from-lock-filenpm start
Build and Test
- To build with tests:
npm run build - To build without tests:
npm run build.only - To lint + test:
npm run test - To test only:
npm run test.only
Deploy and serve
- Install dependencies, using
npm install --from-lock-file - Build the application, using
npm run build. This runs the tests as well. or run build and tests separately, see above - Source files will be generated in the
distfolder. Copy these to therootspecified in nginx (or other webserver) config - Base url (entry point) should be
**/**and it should serveindex.html - Other files which should be exposed:
dist/remoteEntry.jsthis file contains module federation shared codedist/@mf.typesfolder, this contains the type definitions for module federation shared code.
How to use module federation
1.0.390
1 year ago