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 |
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:
- Go to MSYS2 package repository and download latest version of Make.
- Merge contents of
usr
folder intoC:\Program Files\Git\usr
. - Open Git Bash and check that
make
command is available.
Install dependencies:
npm install
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.
- Web Starter Kit by Google
- task automation with npm run by James Halliday
- Source Code for philipwalton.com by Philip Walton
- Auto-build CSS / JS etc by TJ Holowaychuk
Code available under MIT license.