Starter template for Notus Svelte using Routify.
npx degit azlkiniue/routify-notus folder-name
cd folder-name
npm install
npm run dev
Syntax | Description |
---|---|
dev |
Development (port 5000) |
dev:nollup |
Development with crazy fast rebuilds (port 5000) |
dev-dynamic |
Development with dynamic imports |
build |
Build a bundled app with SSR + prerendering and dynamic imports |
serve |
Run after a build to preview. Serves SPA on 5000 and SSR on 5005 |
deploy:* |
Deploy to netlify or now, more info |
export |
Create static pages from content in dist folder (used by npm run build ) |
- Using Tailwind JIT Mode for faster build times.
- Updated Chart.js (from 2.x to 3.x) and other dependencies.
Short Answer
Why not?