8000 GitHub - abossard/musicky
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

abossard/musicky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generated with vike.dev/new (version 450) using this command:

npm create vike@latest --- --react --compiled-css --mantine --telefunc --fastify --sqlite --eslint

Contents

React

This app is ready to start. It's powered by Vike and React.

/pages/+config.ts

Such + files are the interface between Vike and your code. It defines:

Routing

Vike's built-in router lets you choose between:

/pages/_error/+Page.jsx

The error page which is rendered when errors occur.

/pages/+onPageTransitionStart.ts and /pages/+onPageTransitionEnd.ts

The onPageTransitionStart() hook, together with onPageTransitionEnd(), enables you to implement page transition animations.

SSR

SSR is enabled by default. You can disable it for all your pages or only for some pages.

HTML Streaming

You can enable/disable HTML streaming for all your pages, or only for some pages while still using it for others.

Sqlite

First, ensure that DATABASE_URL is configured in .env file, then create the database:

pnpm sqlite:migrate # creates sqlite tables

Mantine

This is a boilerplate for Mantine based on the Getting Started guide.

The following Packages are installed:

  • @mantine/hooks Hooks for state and UI management
  • @mantine/core Core components library: inputs, buttons, overlays, etc.

If you add more packages, make sure to update the layouts/LayoutDefault.tsx file to include the required CSSs.

The theme is defined in layouts/theme.ts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0