briannaorg / p5.js-es6

Boilerplate for writing p5.js sketches in es6 with babel, sass & webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p5.js-es6 boilerplate

Boilerplate for writing p5.js sketches in es6 with babel, webpack and sass.

Usage

Clone the repository without the whole history:
git clone --depth 1 git@github.com:mkontogiannis/p5.js-es6.git

Cd into the directory and install the dependencies:
cd p5.js-es6
npm install

Use the following command while writing a sketch to start the dev server with hot reloading:
npm run dev

Use the following command when done to build the bundled minified result under the /dist folder:
npm run build

About

Boilerplate for writing p5.js sketches in es6 with babel, sass & webpack.


Languages

Language:JavaScript 79.4%Language:HTML 15.0%Language:CSS 5.6%