35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
<img src="https://static.begin.app/node-svelte/readme-banner.png" width="788">
|
|
|
|
[](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 app
|
|
|
|
Head to [docs.begin.com](https://docs.begin.com/) to learn more!
|