https://github.com/angelmunoz/perla-templates
A repository with samples showcasing what can the perla dev server do today
https://github.com/angelmunoz/perla-templates
devserver devtools dotnet fsharp javascript jsx lit-element perla preact react tsx typescript
Last synced: about 1 month ago
JSON representation
A repository with samples showcasing what can the perla dev server do today
- Host: GitHub
- URL: https://github.com/angelmunoz/perla-templates
- Owner: AngelMunoz
- Created: 2021-09-21T04:41:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T14:51:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T13:35:03.791Z (about 2 months ago)
- Topics: devserver, devtools, dotnet, fsharp, javascript, jsx, lit-element, perla, preact, react, tsx, typescript
- Language: JavaScript
- Homepage: https://github.com/AngelMunoz/Perla
- Size: 155 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
> If you need to install perla check the [Installation instructions](https://perla-docs.web.app/#/content/install)
This repository is now part of Perla's [scaffolding features](https://perla-docs.web.app/#/docs/features/scaffolding)!
usage example:
```sh
# Running perla commands for the first time ask or ensure templates are currently installed
perla new sample -t flit # fable-lit
cd sample && perla serve
```