Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```