fga-eps-mds / MeasureSoftGram-Front

Repositório do Frontend do projeto MeasureSoftGram (MSG) no semestre 2022-01

Home Page:https://stg-measuresoftgram.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2023-2 MeasureSoftGram Frontend

Frontend repository of MeasureSoftGram application.

Badges

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


Links

Installation

Install nvm

Close the terminal and run the following command:

  • command -v nvm

It should print 'nvm' if the installation was successful.

Install node with nvm

  • nvm install v16.13.1

Install yarn

  • npm install --global yarn

It should print the version of yarn if the installation was successful.

Usage

Copy environment variables

Local or Development

  • cp .envs/.env.local .env
  • cp .envs/.env.development .env

Start project local

  • yarn dev

The project will run on http://localhost:3000

Run ESLint

  • yarn lint

About

Repositório do Frontend do projeto MeasureSoftGram (MSG) no semestre 2022-01

https://stg-measuresoftgram.herokuapp.com/


Languages

Language:TypeScript 98.9%Language:JavaScript 0.5%Language:CSS 0.4%Language:Python 0.2%Language:Dockerfile 0.0%