objective | How use | How test
This repository was create with the intention learn how to collaborate in a project working team.
This project was developed with the following technologies:
git commit -m "*type*: commit-message"
- Where type is: [
build
,chore
,ci
,docs
,feat
,fix
,perf
,refactor
,revert
,style
,test
] - And commit-message must be written in lower-case.
- Pascal naming convention for folder.
- camelCase for function.
- ProperCase for class.
- lower-case separated by dash for class and id.
- Initial-uppercase and word separated by dash for files .html, .css, .scss, .js and others.
- UPPERCASE for environment variables.
# Clone this repository
$ git clone https://github.com/MarioBatalha/training-web-dev