@molgenis-ui/mg-core
v1.0.2
Published
## Project setup ``` yarn install ```
Downloads
3
Readme
data-explorer
Project setup
yarn install
Compiles and hot-reloads for development
yarn run serve
note: visit '[dev-server]/login' to signin, after sigin navigate back to [dev-server]/ to view app on local dev server
If the above doesn't work, set a temporary local variable using the terminal:
export DATA_EXPLORER_DEV_PW=PasswordFromTheVault
Compiles and minifies for production
yarn run build
Run your tests
yarn run test
Lints and fixes files
yarn run lint
Run your end-to-end tests
yarn run test:e2e
Run your unit tests
yarn run test:unit