Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 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](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