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

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

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
```