p5-project

1.0.1 • Public • Published

p5 Project

This is a basic template for building p5.js applications using Webpack.

Getting Started

1. Install Dependencies

npm install

2. Build in Development Mode

This command will trigger Webpack to build your project while watching for changes.

npm run dev

3. Build in Production Mode

This will optimize your code for production, minify it, and create a production-ready bundle in the /dst/index.js file.

npm run build

4. Run Webpack Dev Server

This command starts the Webpack Dev Server, allowing you to develop and test your application with live-reloading.

npm start

Readme

Keywords

Package Sidebar

Install

npm i p5-project

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

633 kB

Total Files

14

Last publish

Collaborators

  • zrnof