https://github.com/fatehak/dev-templates
Templates with opinionated configuration and tooling.
https://github.com/fatehak/dev-templates
boilerplate development templates web
Last synced: 12 months ago
JSON representation
Templates with opinionated configuration and tooling.
- Host: GitHub
- URL: https://github.com/fatehak/dev-templates
- Owner: FatehAK
- Created: 2022-12-31T09:00:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T01:58:11.000Z (12 months ago)
- Last Synced: 2025-06-29T10:01:57.787Z (12 months ago)
- Topics: boilerplate, development, templates, web
- Language: JavaScript
- Homepage:
- Size: 12.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dev Templates
A collection of development templates with prebuilt configuration and opinionated tooling.
The list of available templates are as follows:
- [pro-react](https://github.com/FatehAK/dev-templates/blob/main/templates/pro-react#readme) - Professional React template with GitHub CI/CD, CSS-in-JS, Vite and opinionated tooling for developing production grade code.
- [pro-vanilla](https://github.com/FatehAK/dev-templates/blob/main/templates/pro-vanilla#readme) - Professional Vanilla JS template with GitHub CI/CD, Vite and opinionated tooling.
- [npm-package](https://github.com/FatehAK/dev-templates/blob/main/templates/npm-package#readme) - NPM package template with semantic versioning and automated publishing.
- [node-cli](https://github.com/FatehAK/dev-templates/blob/main/templates/node-cli#readme) - Node.js CLI template with preconfigured tooling.
- [just-react](https://github.com/FatehAK/dev-templates/blob/main/templates/just-react) - Basic React template for experiments.
- [just-vanilla](https://github.com/FatehAK/dev-templates/blob/main/templates/just-vanilla) - Basic Vanilla JS template for experiments.