1.0.390 • Published 11 months ago

coreto-ui-flight-board v1.0.390

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Introduction

CoreTO Flight board application

Getting Started

  1. Clone this repository
  2. npm install --from-lock-file
  3. npm start

Build and Test

  1. To build with tests: npm run build
  2. To build without tests: npm run build.only
  3. To lint + test: npm run test
  4. To test only: npm run test.only

Deploy and serve

  1. Install dependencies, using npm install --from-lock-file
  2. Build the application, using npm run build. This runs the tests as well. or run build and tests separately, see above
  3. Source files will be generated in the dist folder. Copy these to the root specified in nginx (or other webserver) config
  4. Base url (entry point) should be **/** and it should serve index.html
  5. Other files which should be exposed:
    1. dist/remoteEntry.js this file contains module federation shared code
    2. dist/@mf.types folder, this contains the type definitions for module federation shared code.

How to use module federation

Documentation