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 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T07:16:49.000Z (10 months ago)
- Last Synced: 2025-01-25T15:49:16.399Z (5 months ago)
- Topics: svelte, sveltekit, template
- Language: Svelte
- Homepage:
- Size: 1.84 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
```