juandarr / drumMachine-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drum machine in React

Getting Started with vite

This project was bootstrapped with Vite.

Quick start

  1. Make sure you have yarn installed. If not, execute npm install -g yarn.
  2. Clone this repository to your path of choice
  3. Install all project dependencies with yarn install
  4. Run the software: yarn dev, or use any of the available scripts in package.json

Available Scripts

In the project directory, you can run:

yarn dev

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

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn preview

Launches the app in preview mode. This option will allow to locally preview production build.

yarn build

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

Learn More

You can learn more in the Vite documentation.

To learn React, check out the React documentation.

About


Languages

Language:JavaScript 65.4%Language:CSS 27.0%Language:HTML 7.7%