sophie-vdv / webpack-base

A webpack base for your project :sparkles:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack-base

A webpack base for your project ✨

Getting Started

This is a simple repo to start your project with a webpack base. Using sass, handlebars and jquery

Loaders documentation

Prerequisites

Install the package dependencies by running the following command

npm install

Development

This will start a server, listening on connections from localhost on port 8080.

Now, when you change something in your assets, it should live-reload the files.

npm run start

Build

This will compile files in the dist folder.

npm run build

Interesting links

Authors
Sophie Vanderveken & Muhammad Dadu :shipit:

About

A webpack base for your project :sparkles:

License:MIT License


Languages

Language:JavaScript 70.1%Language:HTML 15.4%Language:CSS 14.6%