chriscourses / sine-waves

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

Home Page:https://www.youtube.com/watch?v=VNmTubIDZOY&feature=youtu.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://www.youtube.com/watch?v=VNmTubIDZOY&feature=youtu.be


Languages

Language:JavaScript 93.1%Language:HTML 6.9%