gabydevdev / webpack-starter-with-handlebars

Webpack + Handlebars starter kit for a simple setup for front-end projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack + Handlebars Starter Kit

Description

This starter kit is designed to offer a seamless setup for projects utilizing Webpack and Handlebars. It provides a robust workflow environment for developing high-performance front-end applications.

Features

  • ES6 Support via Babel
  • SCSS Support with Autoprefixer
  • Live Reloading during Development
  • Optimized Production Builds

Prerequisites

  • Node.js (v12 or newer)
  • npm (v6 or newer)

Installation

Clone the repository and install the dependencies:

git clone https://github.com/iamgaby7521/webpack-starter-with-handlebars.git
cd webpack-starter-with-handlebars
npm install

Usage

Start the development server:

npm start

Visit http://localhost:8000 to view your application.

Building for Production

To build the application for production:

npm run build

This will compile all assets and place them into the build directory, ready for deployment.

Contributing

Contributions are welcome! Please read our Contributing Guide for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is open-sourced under the MIT license. See the LICENSE file for more information.

About

Webpack + Handlebars starter kit for a simple setup for front-end projects.

License:MIT License


Languages

Language:Handlebars 50.0%Language:JavaScript 47.6%Language:SCSS 2.3%