/metrics-web

Primary LanguageJavaScript

Metriq

image image image

Run this project on your local machine

Pre-requisites

  • Backend Server set up beforehand
  • Node v10.23.0 or above
  • yarn v1.22.10

Getting Started

Clone the repo

$ git clone git@github.com:mikkotan/metrics-web.git && cd metrics-web

Create .env file

$ cp .env.sample .env

Install dependencies

$ yarn install

Start development server

$ yarn start

Navigate to your browser at http://localhost:3001