0.2.1 • Published 3 years ago

create-appwrite v0.2.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

GitHub npm Build

🚀 Appwrite-Starter

This initializer allows you to start creating projects with Appwrite faster. The aim of this project is to provide templates, that already contain a working Appwrite setup.

Get started

To get started just run the follwowing command and follow the prompts.

npm init appwrite@latest

After that you just have to install the dependencies using

npm install

And finally to start the development server use

npm run dev

Templates

Each framework is offered in a bare bones and batteries-included setup.

  • Vue.JS
  • Vanilla JS

Not seeing your favorite framework? Add it to the repo now!

Technologies used

Each template is build upon ViteJS to provide fast hot reloads and other nice to have features. They also each include Appwrite of course, but other than that each framework has a different template using different dependencies.