/p5js-es6-starter

A starter project for P5.js, with babel and webpack preinstalled and configured.

Primary LanguageJavaScript

P5.js ES6 Starter

To use this starter, clone the repository, then install the dependencies:

npm install
# or
yarn

To run the project with live-reloading:

npm start
# or
yarn start

Big thanks to the Webpack Frontend Starterkit, which provides the foundation of this starter.