0.1.0 • Published 6 years ago

front-end-dev-starter-kit v0.1.0

Weekly downloads
1
License
CC-BY-NC-SA-4.0
Repository
github
Last release
6 years ago

Front-end Starter Kit

npm.io A npm / gulp kick start template for fast and modern front-end development.

All the gulp plugins:

The SASS folder structure:

sass/
├── base/
│   ├── _reset.sass
│   └── _typography.sass
├── helpers/
│   ├── _mixins.sass
│   └── _variables.sass
├── layout/
│   ├── _footer.sass
│   ├── _global.sass
│   └── _header.sass
└── style.sass

What you need ?

You first need to have node.js installed.

How to use

  1. Customise the package.json infos.

  2. To install local dependencies you need to run

npm install
  1. Then run gulp
npm run gulp