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

https://github.com/panesardev/ngx-starter

Minimal Angular project with Firebase and Tailwind
https://github.com/panesardev/ngx-starter

Last synced: 3 months ago
JSON representation

Minimal Angular project with Firebase and Tailwind

Awesome Lists containing this project

README

          

# Angular Firebase Project Starter Template

✅ Opinionated naming and structure\
✅ Enabled Angular server-side rendering\
✅ Customizable Firebase AuthService\
✅ Authentication with additional user data\
✅ Extendable domain service for firestore collections\
✅ Tailwindcss for styling\
✅ Server compatible local storage service\
✅ Customizable Modals with lazy loading\
✅ Customizable TitleResolver for pages

## Rename this project

replace "ngx-starter" to "your-project-name" in these files:
- angular.json
- package.json
- src/app/app.constants.ts
- src/index.html

## Change git origin

Make sure to set your own git repo origin after cloning this repo.

```bash
$ git remote set-url origin "your-repo-url.git"
```

## No testing frameworks

Do not use this template in production as it does not have any support for testing.