https://github.com/perchunpak/svelte-template
My own template for any my Svelte project.
https://github.com/perchunpak/svelte-template
Last synced: about 1 year 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T00:47:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T07:09:06.512Z (over 1 year ago)
- Language: JavaScript
- Size: 989 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svelte-template
[](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)