Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuc-arc-f/fastify_8svelte
fastify + Svelte + vite, MPA sample
https://github.com/kuc-arc-f/fastify_8svelte
fasitfy svelte vite
Last synced: 7 days ago
JSON representation
fastify + Svelte + vite, MPA sample
- Host: GitHub
- URL: https://github.com/kuc-arc-f/fastify_8svelte
- Owner: kuc-arc-f
- Created: 2024-02-11T10:19:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T22:30:21.000Z (11 months ago)
- Last Synced: 2024-02-19T23:36:32.370Z (11 months ago)
- Topics: fasitfy, svelte, vite
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fastify_8svelte
Version: 0.9.1
Author : Kouji Nakashima / kuc-arc-f.com
date : 2024/02/10
update : 2024/02/12
***
### Summaryfastify + Svelte + vite, MPA sample
***
### build* svelte-build
```
npx vite build --mode client#watch
npx vite build --mode client --watch
```
***
* fastify-build```
node build.js && npx vite build --mode client
```
* dev-start
```
yarn dev
```***
### tailwindcss```
npx tailwindcss -i ./src/main.css -o ./public/static/main.css#watch-mode
npx tailwindcss -i ./src/main.css -o ./public/static/main.css --watch
```***
### bloghttps://zenn.dev/knaka0209/scraps/fe7d58968b1569
***