eis-module-core
v0.0.24
Published
The core module for the EIS BE system.
Downloads
8
Readme
EIS-module-Core
This is the core module for the EIS system backend. It cannot be used without the EIS backend starter kit.
Usage
- Download the EIS backend starter kit.
- In the starter kit project, add this module as dependency by running '
yarn add eis-module-core
'. (By default this module should be included in the starter kit already) - Install dependencies by running '
yarn install
'. - Run the starter kit project by running '
yarn start
'.