Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
/ Insight Public archive

Find insights into your frontend applications.

Notifications You must be signed in to change notification settings

Meemaw/Insight

Repository files navigation

Insight

.github/workflows/core.yml codecov

Monorepo for Insight related services and applications.

Development

Clone the repo

➜ git clone git@github.com:Meemaw/Insight.git

Frontend

It is recommended to use VSCode for frontend development.

Local development

Boostrap projects

➜ yarn install --frozen-lockfile

Run unit tests

➜ yarn test

Backend

It is recommended to use InteliJ IDEA for backend (Java) development.

Local development

Make sure you are in the backend folder before executing gradle commands.

Run unit tests

➜ ./gradlew test --continue jacocoTestReport