Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stolinski/begin-svelte-app
Begin app
https://github.com/stolinski/begin-svelte-app
Last synced: 12 days ago
JSON representation
Begin app
- Host: GitHub
- URL: https://github.com/stolinski/begin-svelte-app
- Owner: stolinski
- License: apache-2.0
- Created: 2020-01-24T17:37:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T07:12:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T14:36:24.389Z (7 months ago)
- Language: JavaScript
- Homepage: https://begin.com
- Size: 941 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![Begin build status](https://buildstatus.begin.app/local-380/status.svg)](https://begin.com)
[Svelte](https://svelte.dev)'s starter app, extended by [Begin](https://begin.com)-based API endpoints.
## Deploy your own
[![Deploy to Begin](https://static.begin.com/deploy-to-begin.svg)](https://begin.com/apps/create?template=https://github.com/begin-examples/node-svelte)
Deploy your own clone of this app to Begin!
## Getting started
### Project setup
```
npm install
```### Start the local dev server
```
npm run dev
```Navigate to [localhost:3333](http://localhost:3333). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.
## Begin Reference
- [Quickstart](https://docs.begin.com/en/guides/quickstart/) - basics on working locally, project structure, deploying, and accessing your Begin app
- [Creating new routes](https://docs.begin.com/en/functions/creating-new-functions) - basics on expanding the capabilities of your appHead to [docs.begin.com](https://docs.begin.com/) to learn more!