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

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

Awesome Lists containing this project

README

          

# Welcome to your [FASTN site](https://fastn.io/)

FASTN Blank Package Template Repo

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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).