eis-admin-core
v0.0.11
Published
The core module for frontend of the EIS system.
Downloads
4
Readme
EIS-admin-Core
This is the core module for the EIS system frontend. It cannot be used without the EIS frontend starter kit.
Usage
- Download the EIS frontend starter kit.
- In the starter kit project, add this module as dependency by running '
yarn add eis-admin-core
'. - Install dependencies by running '
yarn install
'. - Run the starter kit project by running '
yarn start
'.