freethejazz / p5js-es6-starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 95.5%Language:HTML 4.5%