front-end-dev-starter-kit

starter kit

Usage no npm install needed!

<script type="module">
  import frontEndDevStarterKit from 'https://cdn.skypack.dev/front-end-dev-starter-kit';
</script>

README

Front-end Starter Kit

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