This project demonstrates the main features of the Parcel bundler, including its zero-configuration setup, efficient bundling, and optimized output for both development and production environments.
- Zero-configuration setup
- Support for modern JavaScript (ES6+)
- HTML, CSS bundling and optimization
- Image optimization
- Fast rebuilds with hot module replacement (HMR)
- Parcel
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/maxexc/Parcel-js.git
- Install dependencies:
npm install
- Run the project:
npm start