P5.js boilerplate with Typescript support and Webpack enabled.
Clone the repository
git clone --depth=1 git@github.com:nathan-kansu/p5-typescript-boilerplate.git <YOUR_PROJECT_NAME>
Install project dependencies
npm install
Run the local webpack-dev-server on http://localhost:8080/
npm start