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

https://github.com/rjohnpaul/hello-svelte

a Basic Svelte Starter page for beginners
https://github.com/rjohnpaul/hello-svelte

Last synced: 3 months ago
JSON representation

a Basic Svelte Starter page for beginners

Awesome Lists containing this project

README

        

# Hello Svelte Page

This project is a simple webpage created using Svelte framework. It contains basic CSS styling and displays the message "Hello Svelte". Additionally, it includes two buttons: one redirects to my GitHub profile, and the other redirects to the Svelte official page.

## Preview

[Add a screenshot or GIF of your webpage here]

## How to Use

To use this project locally:

1. Clone this repository to your local machine.
2. Navigate to `hello-svelte/apps/web/src/routes` directory.
3. Open `page.svelte` in your preferred code editor.
4. Run your Svelte project according to your preferred method (e.g., `npm run dev`).

## Project Structure

```
hello-svelte/
│ apps/
│ └── web/
│ └── src/
│ └── routes/
│ └── page.svelte
│ README.md
```

- `page.svelte`: Svelte file containing the webpage structure and components.
- You may need to create or include `style.css` in the same directory for basic styling.

## Credits

- [Svelte](https://svelte.dev/) - The web framework used.
- [GitHub](https://github.com/) - Redirect button to my GitHub profile.

## License

This project is licensed under the [MIT License](LICENSE).