Skip to content
/ pbnj Public

A basic starter kit for simple web projects.

Notifications You must be signed in to change notification settings

cresencio/pbnj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎉 pbnj: Play, Build, 'N' Jam! 🎉

Welcome to the vibrant world of Parcel, Bootstrap, Node, and JavaScript! The pbnj project is your playground to test, tweak, and twist your code with various libraries and frameworks. Perfect for beginners and code enthusiasts alike!

🎨 Features

🎈 Get Started with npx 🎈

You can create a new project using npx without even cloning the repository:

Run it without a name:

npx pbnj1

Follow the prompt to enter a project name, and you're off to the races!

Run it with a name:

npx pbnj1 --name ./example

This will create a directory called "example." Just cd into it and run npm install && npm run start to start playing!

🧩 Cloning and Building

Clone the Magic 🪄

Grab your copy of the playground:

git clone https://github.com/yourusername/pbnj.git
cd pbnj
npm install

Enter the Playground! 🎢

Run in hot module reloading mode and see magic happen:

npm start

Ready for the Big Stage? 🌟

Create a production build and shine bright:

npm run build-prod

🏃 Running

Unleash your creation:

node dist/bundle.js

🎁 Credits

Crafted with love and createapp.dev. Made for curious minds, creative coders, and everyone who loves to experiment! ❤

🎤 Shoutout to the Heroes 🎤

A colossal THANK YOU to all the amazing contributors behind Parcel, Bootstrap, and the many JavaScript frameworks that fuel our creativity. Your hard work and innovation keep the code flowing and the ideas glowing. Keep rocking the open-source world! 🚀💻

About

A basic starter kit for simple web projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published