vaibhavpandeyvpz / starter-html

Boilerplate project to kick-start HTML websites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

starter-html

Boilerplate project to kick-start HTML websites, powered by Gulp, uses Sass for stylesheets, Babel for using ESx in scripts and Nunjucks for templating.

In addition, it also configuration for a built-in server (with support for live reload) to speed up development.

How to use?

Make sure you have Node.js and Yarn installed. Install all project dependencies using below command:

yarn install

The sources reside in src folder and you would mostly be working inside it unless you know what you are doing. To build the project, run below command:

yarn build:dev # during development

# or

yarn build:prod # for minified assets in production

Files to be deployed will be built into the build folder.

License

See LICENSE file.

About

Boilerplate project to kick-start HTML websites.

License:MIT License


Languages

Language:JavaScript 88.4%Language:Nunjucks 9.3%Language:SCSS 2.3%