Skip to content

A simple webpack-based boilerplate for quickly setting up HTML and SCSS projects with hot reloading.

License

Notifications You must be signed in to change notification settings

dilums/html-css-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML & CSS Boilerplate

A simple webpack-based boilerplate for quickly setting up HTML and SCSS projects with hot reloading. Perfect for basic HTML/CSS testing, prototypes, and small projects.

Features

  • Webpack for bundling
  • SCSS support
  • Hot reloading with webpack-dev-server
  • Basic HTML template included

Getting Started

  1. Clone the repo:
git clone https://github.com/dilums/html-css-boilerplate.git
  1. Navigate to the project directory and install dependencies:
cd html-css-boilerplate
npm install
  1. Start the development server with hot reloading:
npm start

The development server will open your default browser, and you can start working on your project. Any changes made to the HTML or SCSS files will automatically trigger a refresh.

  1. To build your project for production, run:
npm run build

The production-ready files will be generated in the dist folder.

About

A simple webpack-based boilerplate for quickly setting up HTML and SCSS projects with hot reloading.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published