A TypeScript starter for Gatsby. No plugins and styling. Exactly the necessary to start ๐ฅ
No plugins installed, great for advanced users.
- ๐ 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.
The best way to start with this template is using the Gatsby CLI.
gatsby new starter-ts https://github.com/jpedroschmitz/gatsby-starter-ts
If you prefer you can clone this repository and run the following commands inside the project folder:
npm install
oryarn
;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.md file for more information.
Made with โฅ by Joรฃo Pedro Schmitz