Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 709 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 709 Bytes

Nodejs Simple Web Starter

A lightweight, flexible webpack configuration 🍲

Features

  • ES6
  • ESLint
  • SASS
  • PostCSS
  • Environment-specific configuration via webpack-merge
  • CSS resolve paths
  • webpack

Getting Started

Clone repo

git clone https://github.com/htmllancer/simple-web-starter
cd simple-web-starter

Install dependencies

npm install

Develop!

npm start

Build

webpack -p --env production

Features

  • You can define build path at 'const templatePublicPath'
  • Images and css background works normall without any dancing with settings