A Template Webapp with basic functionality built with Next.js and Typescript.
You can check out a live demo of the project HERE
Follow the simple Installation Guide to get Appwrite up and running in no time. You can either deploy Appwrite on your local machine or, on any cloud provider of your choice.
Follow these instructions to run the Template app locally:
$ git clone https://github.com/RainySystems/RS-Webapp-Template-Nextjs.git
$ cd RS-Webapp-Template-Nextjs
Run the following command to generate your .env.local
vars
$ cp .env.local.example .env.local
Now fill in the envrionment variables we discussed above in your .env.local
Now run the following commands and you should be good to go 💪🏼
$ npm i
$ npm run dev
If you get stuck anywhere, hop onto our support channels in discord and we'd be delighted to help you out 🤝
Readme inspired by appwrite/demo-todo-with-svelte.