A Template for HTML projects with scss and webpack
This boilerplate provides you with a starting point for building a multipage website with modern web development technologies. It comes pre-configured with Webpack to bundle your JavaScript and SCSS files, making development and production builds easy.
- Multipage website support
- Webpack for bundling assets
- SCSS for stylesheets
- Development server with live reload
- HTML template generation using PugPlugin
- Asset management for images
Before you begin, ensure you have met the following requirements:
- Node.js: You need Node.js installed on your machine to run this project. You can download it from nodejs.org.
yarn
Development
yarn start
Production
yarn build
Contributions are welcome! Feel free to open issues or create pull requests to improve this project.