https://github.com/johnnygerard/starter-angular-20
Angular 20 Starter
https://github.com/johnnygerard/starter-angular-20
angular tailwind-css vercel
Last synced: about 2 months ago
JSON representation
Angular 20 Starter
- Host: GitHub
- URL: https://github.com/johnnygerard/starter-angular-20
- Owner: johnnygerard
- License: mit
- Created: 2025-06-07T18:58:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T14:53:09.000Z (about 1 year ago)
- Last Synced: 2025-08-05T18:17:58.442Z (11 months ago)
- Topics: angular, tailwind-css, vercel
- Language: TypeScript
- Homepage: https://starter-angular-20.vercel.app
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular 20 Starter
This starter repository facilitates the creation of new Angular projects using the configuration described below.
To learn how to use a GitHub template repository, check
out [Creating a repository from a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).

[](https://starter-angular-20.vercel.app/)

## Tech Stack
### Frontend
- **Framework**: [Angular 20](https://angular.dev/)
- **Styling**: [Tailwind CSS 4](https://tailwindcss.com/)
### Backend
- **CDN**: [Vercel Edge Network](https://vercel.com/docs/edge-network)
### Testing
- **Unit testing**: [Jasmine](https://jasmine.github.io/)
- **Test runner**: [Karma](https://karma-runner.github.io/latest/index.html)
## How to Update
To check for outdated packages, run `npm outdated`.
```bash
# Update dependencies (this will rewrite package-lock.json and package.json)
npm update --save
npm install --save-exact --save-dev prettier@latest prettier-plugin-tailwindcss@latest
```
## Dev Environment & Tools
- **System**: [Ubuntu](https://ubuntu.com/desktop)
- **Editor**: [WebStorm](https://www.jetbrains.com/webstorm/)
- **Formatter**: [Prettier](https://prettier.io/)
- **Linter**: [ESLint](https://eslint.org/)
- **AI assistant**: [GitHub Copilot](https://github.com/features/copilot)
## Copyright
© 2025 Johnny Gérard