fa-sharp / metronome-solidjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solid.js Metronome

A little metronome app written using the Solid.js framework. This framework is similar to React, but much more lightweight, no virtual DOM, no 'rules of hooks' etc. to worry about.

Available Scripts

In the project directory, you can run:

pnpm dev or pnpm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

pnpm run build

Builds the app for production to the dist folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Deployment

You can deploy the dist folder to any static host provider (netlify, surge, now, etc.)

About


Languages

Language:TypeScript 68.2%Language:CSS 25.2%Language:HTML 6.6%