/sine-waves

Official repo for the Chris Courses tutorial on how to code sine waves

Primary LanguageJavaScript

Getting Started

  1. Clone the repo:

    git clone git@github.com:chriscourses/sine-waves.git
    
  2. Install dependencies:

    yarn
    

    or

    npm install
    
  3. Run webpack:

    npm start
    

Your canvas piece should open up automatically at http://localhost:3000