Frontend-Layers / html-base

Runtime environment for comfortable handcoding frontend tasks with variative dependencies and useful open source tools
https://html-base-intro.netlify.app/
MIT License
3 stars 2 forks source link
autoprefixer babel boilerplate bootstrap css gulp html javascript postcss rollup sass scss starter-template

HTML Base

License:MIT npm

HTML initial bundle for professional templates development

Why

Features

Output

Usage

by shell command

npx get-html-base project-name
cd project-name
npm i

or download html-base zip package for manual installation

JS mode install

Please add -js key

npx get-html-base project-name -js
cd project-name
npm i

Install by PMs

npm i html-base

or

yarn add html-base

or

pnpm i html-base

Next need to copy html-base folder from node_modules and rename by project name. Also need to update package.json and related files depends of new project title, description, owner, etc. Next please install all dependencies by

npm i

or

yarn add

or

pnpm i

Usage

After installation please launch by the command

gulp

or

npm start

To update packages please use these commands

npm updates
npm i

Under the hood

Gulp JavaScript HTML5 CSS Sass rollup.js babel PostCSS Autoprefixer eslint stylelint nunjucks bootstrap npm nodedotjs

Related Tools

JavaScript plugins

JavaScript utils

Tests

Images

Automation

Development bundle for fast and robust web development based on Gulp and Rollup

Files

Styles

Server

Notification

Source Maps

JavaScript development

Tests

Editor

VSC Tweaks

Tunneling

.gulp/server.js

const subdomain = ''

HTML Files

Folders

SVG Sprite generation

Contributing

For issues, bugs or imporvements please open an issue

Preferred Code concepts

Logscreen

screenshot

Inspiration