Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kudinovfedor/html-boilerplate
Workpieces code and structure that I use in every project
https://github.com/kudinovfedor/html-boilerplate
babel browser-sync css3 eslint fk-template gulp html5 javascript jquery jshint node npm pug sass sass-lint smacss sprites webpack
Last synced: about 2 months ago
JSON representation
Workpieces code and structure that I use in every project
- Host: GitHub
- URL: https://github.com/kudinovfedor/html-boilerplate
- Owner: kudinovfedor
- License: mit
- Created: 2015-12-03T07:29:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T06:38:13.000Z (over 3 years ago)
- Last Synced: 2023-03-02T00:35:39.797Z (almost 2 years ago)
- Topics: babel, browser-sync, css3, eslint, fk-template, gulp, html5, javascript, jquery, jshint, node, npm, pug, sass, sass-lint, smacss, sprites, webpack
- Language: SCSS
- Homepage:
- Size: 1.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FK template
[![GitHub version](https://badge.fury.io/gh/kudinovfedor%2Ffk-template.svg)](https://badge.fury.io/gh/kudinovfedor%2Ffk-template)
[![Build Status](https://travis-ci.org/kudinovfedor/fk-template.svg?branch=master)](https://travis-ci.org/kudinovfedor/fk-template)
[![Dependency status](https://david-dm.org/kudinovfedor/fk-template.svg)](https://david-dm.org/kudinovfedor/fk-template)
[![devDependency Status](https://david-dm.org/kudinovfedor/fk-template/dev-status.svg)](https://david-dm.org/kudinovfedor/fk-template/?type=dev)This project uses the Pug(Jade) for HTML, Sass for CSS, SMACSS structure with additions, Gulp - the streaming build system, Babel is a JavaScript compiler.
### Installation on Windows
**[Install Node.js](https://nodejs.org/dist/latest-dubnium/)** **`v10`**```sh
# Install global packages such as gulp-cli pug-cli babel-cli jshint eslint if needed
$ npm run install-global# Install all dependencies listed in package.json
$ npm install or yarn# If you want to check and update version of package dependencies install npm-check-updates [optional]
$ npm install -g npm-check-updates
```