Skip to content

bymathias/web-static-boilerplate

Repository files navigation

Github Release dependencies devDependencies

Minimalist Static Website Boilerplate and build process to quickly get projects going.

Features

Development tools:

Frameworks/Libraries included:

Installation

Clone the repository or download the latest stable release

git clone https://github.com/bymathias/web-static-boilerplate.git client

Make it your own

cd client
rm -rf .git && git init && npm init

Then install dependencies

npm install

Usage

Development:

Watch/compile files and start development server

npm run dev

Run with debug mode on

npm run dev -- --debug

Run unit tests (Jest)

npm test

Production:

Build for production

npm run build -- --mode=production

Compressed versions of assets to serve them with Content-Encoding

npm run build -- --gzip

Change Log

All notable changes to this project will be documented in the CHANGELOG.

Contributing

All types of contributions are most welcome.

License

The code is available under the MIT LICENSE.