https://github.com/quavedev/meteor-template
https://github.com/quavedev/meteor-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/quavedev/meteor-template
- Owner: quavedev
- Created: 2021-12-13T21:34:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T18:30:07.000Z (about 1 year ago)
- Last Synced: 2025-06-06T16:03:07.727Z (about 1 year ago)
- Language: JavaScript
- Size: 518 KB
- Stars: 25
- Watchers: 12
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Meteor template by quave
[quave.dev](https://www.quave.dev)
Start your Meteor project with this template if you want to use React and TailwindCSS.
## What is it?
It's a template project ready for you to implement your business idea. It includes:
- sign-up and sign-in using email (passwordless authentication)
- router setup
- basic styles
- in-app alert system
- email system
## Dependencies
### Npm packages for React:
- react
- react-dom
- react-router-dom
### Npm packages for TailwindCSS:
- tailwindcss
### Meteor packages for React:
- [react-meteor-data](https://github.com/meteor/react-packages/tree/master/packages/react-meteor-data)
### Meteor packages for MongoDB:
- [quave:collections](https://github.com/quavedev/collections)
### Meteor packages for Authentication:
- [quave:accounts-passwordless-react](https://github.com/quavedev/accounts-passwordless-react)
- quave:alert-react-tailwind
### Meteor pacakges for Migrations:
- [quave:migrations](https://github.com/quavedev/meteor-packages/tree/main/migrations)
### Meteor pacakges for Synced Cron:
- [quave:synced-cron](https://github.com/quavedev/meteor-packages/tree/main/synced-cron)
### Meteor packages for Email:
- [quave:email-postmark](https://github.com/quavedev/email-postmark)
### Meteor packages for Alerts:
- quave:logged-user-react
### Other packages from Quave that are not included in the template yet:
#### Meteor pacakges for File Uploads to AWS, CloudFlare and OCI:
- [quave:slingshot](https://github.com/quavedev/meteor-packages/tree/main/meteor-slingshot)
## Set up your project
### Replace our placeholders
#### Inform your app info
- Fill the fields inside the settings in `public.appInfo` to make sure your app works properly.
#### Sending emails with Postmark
- Sign up for a [Postmark account](https://postmarkapp.com/signup)
- replace the following property with your postmark API KEY in the settings: `YOUR_API_TOKEN`
- Follow the steps to verify your domain in their website
- replace the following property with your desired `from` for the emails in the settings: `YOUR_FROM_EMAIL@yourdomain.com`
## Updating your project
If you want to keep your project up-to-date with the changes made here, read our [CHANGELOG](CHANGELOG.md).