Enter in my world
- βοΈ React - A lib JavaScript for create UI
- π GatsbyJs - Framework JavaScript to generate static pages
- π Styled-Components - Lib for create components stylized
- π ESLint β Pluggable JavaScript linter
- π Prettier - Opinionated Code Formatter
- πΆ Husky β Use git hooks with ease
- π Commitizen - Conventional commit messages CLI
- π Commitlint - Lint commit messages
- π« lint-staged - Run linters against staged git files
- π Root import - Import folders and files using the
@
prefix.
Clone this project
git clone git@github.com:louzada01/louzada.git
cd louzada
;yarn
;yarn start
;
To view the project you can open http://localhost:8000
.
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature
; - Commit your changes:
git commit -m 'Add some feature'
; - Push to the branch:
git push origin my-new-feature
.
After your pull request is merged, you can safely delete your branch.
This project is licensed under the MIT License - see the LICENSE file for more information.
Made with π by JoΓ£o Louzada