mellmiranda-zz / codenationProjetoFinal

Repositório do Projeto Final - React Loft Aceleradev
2 stars 0 forks source link

Projeto Final - AceleraDEV Codenation

Turma React by Loft #1 (Squad 2)

This single page application built with React.js aims to fulfill the requirements from the final project of Codenation's AceleraDEV React bootcamp.

Getting started

After cloning the repository, execute the following command to install its dependencies:

npm install

Usage

Development

Start the application by running:

npm start

The application should now be available locally on port 1234

Linting and formatting

This project makes use of standardJS and stylelint for static analysis.

Automation of analysis tasks are yet to be automatized. \ In the meantime, it is advisable to run each command before opening pull requests, in the following order:

# normalize indentation, line breaks, etc., using prettier-standard

npm run format
# fixes issues found within .js files (this command may output corrections)

npm run lint:js
# fixes issues found within .css files (this command may output corrections)

npm run lint:css

Tests

To run the tests available run the command:

npm test

There are also npm run test:watch and npm run test:coverage commands

     


Made with :heart: