mcnamee / frontend-boilerplate

A Starter Kit for Front-ends to build HTML pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Boilerplate

Starting a web project these days is time consuming. With all the build tools and package managers to configure, plus all of the generic code we need to include by default like a solid htaccess file - let's make it less daunting!

Demo

Tooling

Frontend libraries

Code Styleguides


Installing

# Clone the repo
git clone https://github.com/mcnamee/frontend-boilerplate.git

# Install dependencies
npm install

Commands

Command Description
npm run dev Compiles/copies assets to /dist
npm run watch Watches your directory and compiles/copies assets to /dist each time you press save on a file
npm run production Compiles/minifies/copies assets to /dist ready for production
npm run lint-js Provides a report on your JS, against the code styleguide
npm run deploy Deploys site to Github Pages

About

A Starter Kit for Front-ends to build HTML pages

License:MIT License


Languages

Language:HTML 93.3%Language:CSS 5.6%Language:JavaScript 1.0%Language:Shell 0.2%