Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aidanaden/tma-solid
https://github.com/aidanaden/tma-solid
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aidanaden/tma-solid
- Owner: aidanaden
- Created: 2023-11-21T16:05:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T09:40:00.000Z (about 1 year ago)
- Last Synced: 2024-04-14T02:00:07.606Z (8 months ago)
- Language: TypeScript
- Homepage: https://t.me/tmasolidjsbot/webapp
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.