Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maktoobgar/svelte_for_chads

A simple template for getting started fast with svelte.
https://github.com/maktoobgar/svelte_for_chads

svelte sveltekit template

Last synced: 4 days ago
JSON representation

A simple template for getting started fast with svelte.

Awesome Lists containing this project

README

        

# Svelte For Chads

Just a simple template which I put all my tools that I build in it for fast development.

## Run Develop Server

```bash
cp .env.example .env
npm install
npm run dev
# Or run this if you want to host it in development environment
npm run dev-host
```

## Build

```bash
npm run build
```

A folder called [build](./build) gets created and inside it are all files that you need to host your project with nginx.

## Host

```bash
sudo python3 setup.py
```