All Projects → roxiness → Routify Starter

roxiness / Routify Starter

Labels

Projects that are alternatives of or similar to Routify Starter

Sapper Firebase Typescript Graphql Tailwindcss Actions Template
A template that includes Sapper for Svelte, Firebase functions and hosting, TypeScript and TypeGraphQL, Tailwind CSS, ESLint, and automatic building and deployment with GitHub Actions
Stars: ✭ 111 (-18.98%)
Mutual labels:  svelte
Figma Theme Ui
Convert a Theme UI config to Figma Styles
Stars: ✭ 122 (-10.95%)
Mutual labels:  svelte
Svelte Forms
Svelte forms validation made easy
Stars: ✭ 127 (-7.3%)
Mutual labels:  svelte
Svelte Frappe Charts
📈 Svelte bindings for frappe-charts.
Stars: ✭ 111 (-18.98%)
Mutual labels:  svelte
Eleventy Starter
ARCHIVED: An Eleventy starting point with Tailwind and Svelte preconfigured.
Stars: ✭ 118 (-13.87%)
Mutual labels:  svelte
Svelte Tags Input
Svelte tags input is a component to use with Svelte and easily enter tags and customize some options
Stars: ✭ 123 (-10.22%)
Mutual labels:  svelte
Svelte Infinite Scroll
Infinite Scroll Component to Svelte
Stars: ✭ 102 (-25.55%)
Mutual labels:  svelte
Nanocal
Airbnb range picker rip-off
Stars: ✭ 132 (-3.65%)
Mutual labels:  svelte
Vime
Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
Stars: ✭ 1,928 (+1307.3%)
Mutual labels:  svelte
Svelte Navigator
Simple, accessible routing for Svelte
Stars: ✭ 125 (-8.76%)
Mutual labels:  svelte
Svelte Firebase
A template to help you start developing SPAs with Svelte and Firebase.
Stars: ✭ 111 (-18.98%)
Mutual labels:  svelte
Perf Track
Tracking framework performance and usage at scale
Stars: ✭ 116 (-15.33%)
Mutual labels:  svelte
Codesandbox Client
An online IDE for rapid web development
Stars: ✭ 11,122 (+8018.25%)
Mutual labels:  svelte
Cypress Svelte Unit Test
Unit testing Svelte components in Cypress E2E test runner
Stars: ✭ 110 (-19.71%)
Mutual labels:  svelte
Sveltik
Powerful forms in Svelte, inspired by Formik.
Stars: ✭ 128 (-6.57%)
Mutual labels:  svelte
Windicss
Next generation utility-first CSS framework.
Stars: ✭ 1,355 (+889.05%)
Mutual labels:  svelte
Svelte Material Ui
Svelte Material UI Components
Stars: ✭ 2,081 (+1418.98%)
Mutual labels:  svelte
Tsparticles
tsParticles - Easily create highly customizable particles animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.
Stars: ✭ 2,694 (+1866.42%)
Mutual labels:  svelte
Svelte Simple Modal
A simple, small, and content-agnostic modal for Svelte v3
Stars: ✭ 130 (-5.11%)
Mutual labels:  svelte
Svelte Loading Spinners
A collection of loading spinner components for SvelteJs
Stars: ✭ 125 (-8.76%)
Mutual labels:  svelte

routify-starter

Starter template for Routify.

Get started

Starter templates

Template Description
master Default template, includes examples folder
blog Generates a blog from local markdown posts. Includes mdsvex
auth Embedded login on protected pages. Includes Auth0

To use a template, run:

npx @sveltech/routify init

or

npx @sveltech/routify init --branch <branch-name>

The above commands will populate the current directory, they don't create a new one.

npm scripts

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
export Create static pages from content in dist folder (used by npm run build)

SSR and pre-rendering

SSR and pre-rendering are included in the default build process.

npm run deploy:(now|netlify) will deploy the app with SSR and prerendering included.

To render async data, call the $ready() helper whenever your data is ready.

If $ready() is present, rendering will be delayed till the function has been called.

Otherwise it will be rendered instantly.

See src/pages/example/api/[showId].svelte for an example.

Production

  • For SPA or SSR apps please make sure that url rewrite is enabled on the server.
  • For SPA redirect to __app.html.
  • For SSR redirect to the lambda function or express server.

Typescript

For Typescript, we recommend @lamualfa excellent routify-ts

New project: npx routify-ts init <project-name> [routify-init-args]

Existing project: npx routify-ts convert [project-directory]

Issues?

File on Github! See https://github.com/sveltech/routify/issues .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].