Nismit / Development-env

Web development environment for HTML and SASS

Home Page:https://nismit.github.io/Development-env/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web development environment

Development environment in 2017

CSS/SASS

Created own style guide for CSS/SASS

Style Guide

Gulp

Install

Install modules

npm install

Usage

Watch changes in HTML, SASS and JS, after that browser will be reloaded automatically.

gulp

Directory Structure

.
├── dist
│   ├── images
│   ├── scripts
│   └── styles
└── src
    ├── img
    ├── js
    └── sass
        ├── foundation
        │   ├── base
        │   ├── function
        │   ├── mixin
        │   ├── utility
        │   └── variable
        ├── layout
        ├── mixin
        └── module

About

Web development environment for HTML and SASS

https://nismit.github.io/Development-env/index.html


Languages

Language:CSS 63.6%Language:HTML 24.3%Language:JavaScript 12.1%