Skip to content

ZRNOF/p5-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p5 Project

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

Getting Started

1. Installation

Option 1: Clone the Repository

git clone https://github.com/ZRNOF/p5-project.git
cd p5-project
npm install

Option 2: Use with npx

npx p5-project

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published