Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aidanaden/tma-solid


https://github.com/aidanaden/tma-solid

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Telegram Mini App SolidJS + Tailwind + Bun Template

This project is a fork of the [TMA solidjs template](https://github.com/Telegram-Mini-Apps/solidjs-template) which can be used to start developing on Telegram Mini Apps using Solid JS, Bun & Tailwind.

View demo deployment live on Telegram [here](https://t.me/tmasolidjsbot/tma_solid_bun).

## Installation

```bash
# npm
npx degit https://github.com/aidanaden/tma-solid
# bun
bunx degit https://github.com/aidanaden/tma-solid
```

## Alternative package manager

To use a different package manager, simply delete `bun.lockb` and install the packages with the package manager of your choice.