Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 381 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 381 Bytes

Overview

Web Start Lite is a barebones, npm-based boilerplate for modern web development.

All tasks are run via NPM, no gulp/grunt needed.

Features

  • Webpack
  • SASS
  • Browsersync with live reload

Requirements

  • NodeJS v0.10.26+

Usage

Install dependencies

npm install

Run development server

npm run serve

Build production version

npm run build