SamuelDenani / gen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teste GEN

Project stack:

  • Lint (Eslint, Prettier e Stylelint)
  • Precommit Lints
  • Sass/Postcss
  • Visual Studio Code config like Chrome Debugger and Lint Integration

What do you need?

  • Node.js
  • NPM or Yarn

Working on project

Here are the commands that are used in the project:

Command Description
yarn dev Run the project in development with hot loader
yarn build Build project

Setup of your IDE

To maintain code quality and always have a standard across all of the team's project has rules defined for javascript and css / scss. We use the Eslint / Prettier for Javascript and Stylelint for SCSS. It is necessary to integration of these rules with your favorite IDE. We recommend using Visual Studio Code with the following plugins:

Plugin README
ESlint check plugin
Prettier check plugin
stylelint check plugin

Pre-commit

Before running git commit, the rules of ESLint and Stylelint are executed. If there is an error or some non-default code of the site will generate an error and you will not be able to commit.

About


Languages

Language:CSS 50.3%Language:JavaScript 47.4%Language:HTML 2.3%