项目作者: factly

项目描述 :
Admin Portal for Data Portal developed using React. This is UI for managing the Data Portal and is built on dega-server APIs.
高级语言: JavaScript
项目地址: git://github.com/factly/mande-studio.git
创建时间: 2020-04-10T17:33:59Z
项目社区:https://github.com/factly/mande-studio

开源协议:MIT License

下载


Data Portal Admin

To build code for production:

npm run build

Bundles React in production mode and optimizes the build for the best performance.

Releasability: Quality Gate Status
Reliability: Reliability Rating Bugs
Security: Security Rating Vulnerabilities
Maintainability: Maintainability Rating Technical Debt Code Smells
Other: Lines of Code Duplicated Lines (%) Coverage

Setup:

Clone the repo: git clone https://github.com/factly/data-portal-admin.git

Install dependencies: npm i

To start the development server:

npm start from the root of the folder

Opens in http://localhost:3000

To run tests:

npm test

To generate test coverage:

npm test -- --coverage

Generates a coverage folder. Open index.html in browser.