Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)