Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fredmaiaarantes/meteor-solid-app
Meteor.js with Vite, Solid, and Tailwind CSS
https://github.com/fredmaiaarantes/meteor-solid-app
meteorjs solidjs tailwindcss vite
Last synced: about 1 month ago
JSON representation
Meteor.js with Vite, Solid, and Tailwind CSS
- Host: GitHub
- URL: https://github.com/fredmaiaarantes/meteor-solid-app
- Owner: fredmaiaarantes
- Created: 2023-05-10T13:10:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-16T11:48:48.000Z (over 1 year ago)
- Last Synced: 2024-10-01T05:06:54.750Z (about 2 months ago)
- Topics: meteorjs, solidjs, tailwindcss, vite
- Language: JavaScript
- Homepage: https://meteorsolidapp.meteorapp.com/
- Size: 57.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meteor.js with Vite, Solid, and Tailwind CSS
## What and why this stack?
The main goal is to make development as quick and efficient as possible. To achieve this have selected these technologies:- [Meteor.js ](https://meteor.com/)- Fullstack Framework focused on productivity that uses RPCs and Sockets for reactivity
- [Vite ](https://vitejs.dev)- Next-generation build tool
- [SolidJS ](https://www.solidjs.com/)- Simple and performant reactivity for building UI
- [Tailwind CSS ](https://tailwindcss.com/)- A utility-first CSS framework
- [MongoDB ](https://www.mongodb.com/)- A source-available cross-platform document-oriented database
- [Meteor Cloud ](https://meteor.com/cloud)- Cloud provider for deploying, hosting and scaling Meteor appsTutorial Part 1: https://dev.to/fredmaiaarantes/meteorjs-with-vite-solid-and-tailwind-css-5d2o
Demo App on Galaxy: https://meteorsolidapp.meteorapp.com/
Author: [@fredmaiaarantes](https://twitter.com/fredmaiaarantes)
## Running the template
### Install dependencies
```bash
meteor npm install
```### Running
```bash
meteor npm start
```### Deploy to Galaxy with free MongoDB
```bash
meteor deploy .meteorapp.com --free --mongo
```## Coming next
- Use Meteor accounts to add sign in / sign up