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
- Host: GitHub
- URL: https://github.com/rjohnpaul/hello-svelte
- Owner: RJohnPaul
- Created: 2024-02-16T15:55:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-19T14:57:16.000Z (over 1 year ago)
- Last Synced: 2025-01-20T07:44:02.534Z (5 months ago)
- Language: Svelte
- Homepage: https://hello-svelte-web.vercel.app
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).