https://github.com/appwrite/starter-for-angular
Appwrite's starter kit for Angular ❤️
https://github.com/appwrite/starter-for-angular
Last synced: 8 months ago
JSON representation
Appwrite's starter kit for Angular ❤️
- Host: GitHub
- URL: https://github.com/appwrite/starter-for-angular
- Owner: appwrite
- License: mit
- Created: 2025-02-20T11:06:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T10:58:20.000Z (9 months ago)
- Last Synced: 2025-04-11T16:06:37.643Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 277 KB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular starter kit with Appwrite
Kickstart your Angular development with this ready-to-use starter project integrated with [Appwrite](https://www.appwrite.io)
## 🚀Getting started
###
Clone the Project
Clone this repository to your local machine using Git:
`git clone https://github.com/appwrite/starter-for-angular`
## 🛠️ Development guide
1. **Configure Appwrite**
Navigate to `/environments/environment{.development}.ts` and update the values to match your Appwrite project credentials.
2. **Customize as needed**
Modify the starter kit to suit your app's requirements. Adjust UI, features, or backend
integrations as per your needs.
3. **Install dependencies**
Run `npm install` to install all dependencies.
4. **Run the app**
Start the project by running `ng serve`.
## 💡 Additional notes
- This starter project is designed to streamline your Angular development with Appwrite.
- Refer to the [Appwrite documentation](https://appwrite.io/docs) for detailed integration guidance.