https://github.com/stylescape/example-svelte
Stylescape Example | Svelte
https://github.com/stylescape/example-svelte
stylescape svelte
Last synced: 28 days ago
JSON representation
Stylescape Example | Svelte
- Host: GitHub
- URL: https://github.com/stylescape/example-svelte
- Owner: stylescape
- License: mit
- Created: 2024-08-18T08:10:07.000Z (11 months ago)
- Default Branch: dev
- Last Pushed: 2025-06-15T06:47:09.000Z (about 1 month ago)
- Last Synced: 2025-06-15T07:27:31.886Z (about 1 month ago)
- Topics: stylescape, svelte
- Language: SCSS
- Homepage: https://scape.style
- Size: 335 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/stylescape/example-svelte/blob/main/LICENSE)
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stylescape/example-svelte)
[](https://stackblitz.com/github/stylescape/example-svelte/tree/main?file=src%2Findex.html)
![]()
Stylescape + Svelte
Example Project
---
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).
---
## Quickstart
## Creating a project
If you're seeing this, you've probably already done this step. Congrats!
```bash
# create a new project in the current directory
npm create svelte@latest# create a new project in my-app
npm create svelte@latest my-app
```### Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```### Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
---
## Colophon
Made with ❤️ by **[Scape Agency](https://www.scape.agency)**
### Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
### License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.
---