coreto-ui-flight-board
v1.0.390
Published
CoreTO Flight board application
Downloads
1
Readme
Introduction
CoreTO Flight board application
Getting Started
- Clone this repository
npm install --from-lock-file
npm 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
dist
folder. Copy these to theroot
specified 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.js
this file contains module federation shared codedist/@mf.types
folder, this contains the type definitions for module federation shared code.