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

[ARCHIVED] A simple web development toolset

License

Notifications You must be signed in to change notification settings

kristoforsalmin/web-starter

Repository files navigation

[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.