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
- Host: GitHub
- URL: https://github.com/angelhtml/-solidstart-lume-simple-example
- Owner: angelhtml
- License: mit
- Created: 2023-09-11T19:07:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T19:13:56.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T00:32:48.669Z (over 1 year ago)
- Language: JavaScript
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```