Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.05 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.05 KB

Front-end

🛠️ Technologies

This project is built with:

  • Angular: Modern, component-based front-end framework.
  • Web Audio API: Direct access to audio capabilities of the browser for smooth sound manipulation and playback.

📚 References

Misc. references used in this project

⚙️ Local Setup

To run the project locally, follow these steps:

  1. Clone this repository:

    git clone https://github.com/Babali42/drumbeatrepo.git
    cd drum-beat-repo/frontend
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm start
  4. Visit http://localhost:4200 in your browser to see the app in action.

Run test locally

Run test :

npm run test

Watch test :

npm run ng test --watch