Skip to content

Latest commit

 

History

History

webpack-global

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example project using p5.ts and global mode via webpack

Setup

  1. In root of p5.ts directory, run:

    npm i
    npm run download-p5
    npm run generate-data
    npm run generate
    cd p5
    npm run build
  2. In this directory, run:

    npm i
    npm run watch