An open API service indexing awesome lists of open source software.

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

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).

![project status](https://img.shields.io/badge/status-work_in_progress-red?style=for-the-badge)
[![live site](https://img.shields.io/badge/live_site-blue?style=for-the-badge)](https://starter-angular-20.vercel.app/)
![Lighthouse report](https://img.shields.io/badge/lighthouse-F44B21?style=for-the-badge&logo=lighthouse&logoColor=fff)

## 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