Skip to content

Static Site Boilerplate (Webpack 4 + Sass + PostCSS + jQuery 3.5.1 + Babel)

Notifications You must be signed in to change notification settings

victornns/static-site-boilerplate

Repository files navigation

Static Site Boilerplate

Webpack 4 · Sass · PostCSS · jQuery 3.5.1 · Babel

Quick Start

Clone this repo:

git clone https://github.com/victornns/static-site-boilerplate.git

Navigate to the project folder:

cd static-site-boilerplate

Install all packages and dependencies required for this project:

npm install

Start the development environment:

npm start

Navigate to localhost:3000 in the browser

Building files for deploy:

npm run build

Enjoy!

Requirements

Note: Use a node version <= 12

Features

  • Webpack 4

  • ES6 support

  • Sass support

  • IE11 browser support

  • Hot Module Reload

  • You can change configs in webpack.config.js

About

Static Site Boilerplate (Webpack 4 + Sass + PostCSS + jQuery 3.5.1 + Babel)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published