Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 526 Bytes

README.md

File metadata and controls

executable file
·
26 lines (17 loc) · 526 Bytes

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.