Check the deployed Demo App: https://meteorjstemplate.meteorapp.com/
Start your MeteorJS project with this template if you want to use React with SSR and TailwindCSS.
It's a template project ready for you to implement your business idea. It includes:
- sign-in using email (passwordless)
- router setup with SSR
- basic styles
- email system
- 100 Score on Lighthouse
- react
- react-dom
- react-router-dom
- react-helmet
- tailwindcss
- @headlessui/react
- @heroicons/react
- Fill the fields inside the
./private/settings.dev.json
inpublic.appInfo
to make sure your app works properly.
- Create a Postmark account
- Replace the
YOUR_API_TOKEN
property with your postmark API KEY in the settings file.
- Replace the
- Follow the steps to verify your domain in their website
- Replace the property
[email protected]
with your desiredfrom
for the emails in the settings.
- Replace the property
- Locally, in you dev environment, you can see the generate token in the logs.
Create an Meteor Cloud account and start deploying for free.
Option 1: Use Push to Deploy to deploy from GitHub.
Option 2: Use the CLI and run meteor npm run deploy
. Remember to change the domain name in the command that is located inside the ./package.json
file.
Follow our changes reading our CHANGELOG.