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

https://github.com/angelhtml/-solidstart-lume-simple-example

simple example to start working with lume
https://github.com/angelhtml/-solidstart-lume-simple-example

Last synced: 22 days ago
JSON representation

simple example to start working with lume

Awesome Lists containing this project

README

          

# SolidStart lume simple example

## Developing

Once you've created a project and installed dependencies with `npm install`, start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```