Skip to content

jasonmcaffee/drummachine

Repository files navigation

drum machine

To run

  • Run server:
npm start
npm run dev

To build the production package

npm run build

Notes on importing css styles

  • styles having /src/ in their absolute path are considered part of the application and exported as local css modules.
  • other styles are considered global styles used by many components and are included in the css bundle directly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published