/awostarter

Webpack 4 static pages starter, which includes SCSS, TWIG, autoreload, linters.

Primary LanguageJavaScript

Webpack starter for static pages


Table of Contents


Features

  • SCSS
  • ES6
  • Twig
  • Foundation Sites
  • Page and partial generator
  • Autoreload
  • Linters

Requirements

Usage

Clone the repository

 git clone https://github.com/awojtczyk/awostarter.git project-name
 cd project-name

Install node dependencies

npm install

Start the development server

npm run start:dev

Build the production version

npm run build

By default site are output in the dist/ folder

Run page/partial generator

plop

Author Andrzej Wojtczyk