Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maktoobgar/svelte_for_chads
- Owner: maktoobgar
- Created: 2024-01-30T09:54:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T12:18:38.000Z (4 months ago)
- Last Synced: 2024-07-28T10:45:51.921Z (4 months ago)
- Topics: svelte, sveltekit, template
- Language: Svelte
- Homepage:
- Size: 1.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```