Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Latest commit

 

History

History
59 lines (39 loc) · 2.51 KB

README.md

File metadata and controls

59 lines (39 loc) · 2.51 KB

[ARCHIVED] Web Starter

Dependency Status devDependency Status

Web Starter is a simple web development toolset.

Feature Tools Used
HTML Pug
CSS PostCSS, CSSO, SUIT CSS
JavaScript webpack, Babel, UglifyJS
Images imagemin, svg-sprite
Code Linting stylelint, ESLint
Live Updating Browsersync

System Requirements

This toolset uses some features of Unix-like operating systems. If you use Windows, please make sure you have Git Bash installed.

Additionally you will need to manually add Make:

  1. Go to MSYS2 package repository and download latest version of Make.
  2. Merge contents of usr folder into C:\Program Files\Git\usr.
  3. Open Git Bash and check that make command is available.

Installation

Install dependencies:

npm install

Usage

To build all resources run:

make

To start static server and watch files for changes run:

make serve

Additionally you can take a look at the Makefile for more information about available commands.

Acknowledgements

License

Code available under MIT license.