Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanangular/begin-svelte-app
Begin app
https://github.com/tanangular/begin-svelte-app
hacktoberfest hacktoberfest2022
Last synced: 3 days ago
JSON representation
Begin app
- Host: GitHub
- URL: https://github.com/tanangular/begin-svelte-app
- Owner: tanangular
- License: apache-2.0
- Created: 2019-10-19T16:30:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T08:14:54.000Z (over 1 year ago)
- Last Synced: 2023-03-22T10:46:58.035Z (over 1 year ago)
- Topics: hacktoberfest, hacktoberfest2022
- Language: JavaScript
- Homepage:
- Size: 674 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Begin basic Svelte app + API
[Svelte](https://svelte.dev)'s starter app, extended by [Begin](https://begin.com)-based API endpoints.
## Getting started
### Project setup
```
npm install
```### Start the local dev server
```
npm start
```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!