Skip to content

Commit

Permalink
chore(examples): rename examples a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Oct 23, 2023
1 parent c87337e commit fca0b81
Show file tree
Hide file tree
Showing 39 changed files with 36 additions and 579 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ document](./MOTIVATION.md).
This repository provides the list of examples, using different frontend technologies:

- [TypeScript and Vite](./apps/typescript-example)
- [React and Vite](./apps/react-sdk-example)
- [Solid and Vite](./apps/solid-sdk-example)
- [React and Vite](./apps/react-example)
- [Solid and Vite](./apps/solid-example)
- [Vanilla JavaScript](./apps/vanilla-js-example) _(not recommended, see [iife section](#iife))_

## Packages
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions apps/solid-example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Solid JS example

This project is a template which could be used to start developing on
Telegram Mini Apps using Solid JS.

You could see this template already working [right in Telegram](https://t.me/tmajsbot/solid_example).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/vanilla-js-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vanilla JavaScript SDK usage example.
### Live

This example is already deployed and can be viewed right in Telegram, just follow
the [link](https://t.me/tmajsbot/vanilla_js_example).
the [link](https://t.me/tmajsbot/vanilla_example).

### Locally

Expand Down
Loading

0 comments on commit fca0b81

Please sign in to comment.