https://github.com/fastn-stack/lit-example
Example showing how to use Lit Web Components with FTD
https://github.com/fastn-stack/lit-example
Last synced: 7 months ago
JSON representation
Example showing how to use Lit Web Components with FTD
- Host: GitHub
- URL: https://github.com/fastn-stack/lit-example
- Owner: fastn-stack
- Created: 2023-03-13T06:27:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T08:53:39.000Z (about 3 years ago)
- Last Synced: 2025-08-29T20:18:25.847Z (7 months ago)
- Language: JavaScript
- Homepage: https://fastn-stack.github.io/lit-example/
- Size: 357 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to your [FASTN site](https://fastn.io/)
FASTN Blank Package Template Repo
[](https://heroku.com/deploy?template=https://github.com/fifthtry/fastn-heroku&env[DOWNLOAD_BASE_URL]=https://raw.githubusercontent.com/fastn-stack/lit-example/main/)
This project shows the integration of lit project with ftd.
## 🚀 Project Structure
Inside of your FASTN project, you'll see the following folders and files:
```
/
├── .build/
│ └── index.html
├── .packages/
│ └── fifthtry.github.io/
│ └── All downloaded dependencies
│
├── FASTN.ftd
├── index.ftd
├── script.js
└── README.md
```
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :--------------------- | :------------------------------------------------- |
| `fastn build` | FASTN builder installs all `FASTN` dependencies |
| `fastn serve` | Starts local dev server at available port`localhost:8000` |
## 👀 Want to learn more?
Feel free to check [our documentation](https://fastn.io/) or jump into our [FifthTry Discord server](https://discord.gg/bucrdvptYd).