https://github.com/zephraph/makerspace
Begin app
https://github.com/zephraph/makerspace
Last synced: about 2 months ago
JSON representation
Begin app
- Host: GitHub
- URL: https://github.com/zephraph/makerspace
- Owner: zephraph
- License: apache-2.0
- Created: 2022-04-11T00:08:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T02:59:01.000Z (about 3 years ago)
- Last Synced: 2025-01-04T07:25:49.666Z (4 months ago)
- Language: JavaScript
- Homepage: https://begin.com
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://begin.com)
[Svelte](https://svelte.dev)'s starter app, extended by [Begin](https://begin.com)-based API endpoints.
## Deploy your own
[](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!