Skip to content

Latest commit

 

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍🔥 PyPack (Rohit Chauhan)

https://pypi.org/project/pypackx/

A React + Tailwind Project Generator, Dev Server, and Web Bundler written in modern Python.
Supports JavaScript and TypeScript projects with Tailwind support, fast-server, hot-reload, web-bundler.


🚀 Features

  • create → create a new React app
  • dev → run local dev server with hot reload
  • build → bundle app for production

🛠 Prerequisites & Usage

  • Python 3.10+ (tested on Python 3.13)
  • Node.js + npm (for React dependencies)

Steps:

# 1. Install PyPack
pip install pypackx

# 2. Create a new project (Tailwind configured by default)
pypack create reactjs my-app     # JavaScript
pypack create reactts my-app     # TypeScript

# 3. Enter the project
cd my-app

# 4. Start the dev server with hot reload
pypack dev

# 5. Build for production
pypack build

# 📜 License: MIT © Rohit Chauhan

About

Rohit Chauhan: 🐍PyPack🔥 is a React App Creator, Dev Server, and a Web Bundler written in modern Python, inspired by Webpack, made for React + Tailwind.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages