Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perchunpak/svelte-template
My own template for any my Svelte project.
https://github.com/perchunpak/svelte-template
Last synced: 7 days ago
JSON representation
My own template for any my Svelte project.
- Host: GitHub
- URL: https://github.com/perchunpak/svelte-template
- Owner: PerchunPak
- License: mit
- Created: 2023-09-10T01:34:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-03T21:13:45.000Z (6 months ago)
- Last Synced: 2024-06-04T00:01:14.963Z (6 months ago)
- Language: JavaScript
- Size: 493 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svelte-template
[![Support Ukraine](https://badgen.net/badge/support/UKRAINE/?color=0057B8&labelColor=FFD700)](https://savelife.in.ua/en/)
My own template for any my Svelte project.
Template can be used anywhere, this includes non-my projects.## Installing
```bash
pipx install cruft
cruft create https://github.com/PerchunPak/svelte-template
```### If this doesn't work, try this:
```bash
git clone https://github.com/PerchunPak/svelte-template.git
cd svelte-template
```### Installing `poetry`
Next we need install `poetry` with [recomended way](https://python-poetry.org/docs/master/#installation).
If you use Linux, use command:
```bash
curl -sSL https://install.python-poetry.org | python -
```If you use Windows, open PowerShell with admin privileges and use:
```powershell
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -
```### Installing dependencies
```bash
poetry install --no-dev
```### Run template
```bash
cruft create .
```### If something is not clear
You can always write me!
## Updating
```bash
cruft update
```## Projects using it
[List of open-source projects on GitHub with our mention.](https://github.com/search?q=svelte-template&type=Code)