Skip to content

fga-eps-mds/2024.1-MeasureSoftGram-Front

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2024-1 MeasureSoftGram Frontend

Frontend repository of MeasureSoftGram application in 2024.1.

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 2024-01

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%