The main goal is to make development as quick and efficient as possible. To achieve this have selected these technologies:
- Meteor.js - Fullstack Framework focused on productivity that uses RPCs and Sockets for reactivity
- Vite - Next-generation build tool
- SolidJS - Simple and performant reactivity for building UI
- Tailwind CSS - A utility-first CSS framework
- MongoDB - A source-available cross-platform document-oriented database
- Meteor Cloud - Cloud provider for deploying, hosting and scaling Meteor apps
Tutorial Part 1: https://dev.to/fredmaiaarantes/meteorjs-with-vite-solid-and-tailwind-css-5d2o
Demo App on Galaxy: https://meteorsolidapp.meteorapp.com/
Author: @fredmaiaarantes
meteor npm install
meteor npm start
meteor deploy <select-a-subdomain>.meteorapp.com --free --mongo
- Use Meteor accounts to add sign in / sign up