The HTML Compiler is a powerful tool designed to streamline the process of compiling and optimizing HTML files. It's perfect for web developers looking to enhance their workflow and improve website performance.
- Effortless Compilation: Compile multiple HTML files into a single, optimized file with just a few clicks.
- Minification: Automatically minify and compress HTML code for faster loading times.
- Customization: Fine-tune compilation settings to meet your project requirements.
- User-Friendly Interface: Intuitive UI designed for both beginners and experienced developers.
Visit https://myselfshivams.github.io/HTML-Compiler/ to code live!
-
Clone the repository:
git clone https://github.com/myselfshivams/HTML-Compiler.git
-
Navigate to the project directory:
cd html-compiler
- Install dependencies:
npm install
- Run the compiler:
npm start
- Access the compiler interface in your web browser:
http://localhost:3000