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

https://github.com/yasinatesim/basic-starter-kit

This project is a starter kit for develop the very small front-end web applications with Gulp πŸ˜‹
https://github.com/yasinatesim/basic-starter-kit

boilerplate-template gulp gulp4 gulpjs image-optimization sass scss

Last synced: about 1 month ago
JSON representation

This project is a starter kit for develop the very small front-end web applications with Gulp πŸ˜‹

Awesome Lists containing this project

README

          




Basic Starter Kit


Basic Starter Kit



This project is a starter kit for develop the very small front-end web applications with Gulp πŸ˜‹

## πŸ“– About

This project is a starter kit for develop the very small front-end web applications with Gulp πŸ˜‹

### πŸ“šTech Stack

Gulp.js

A cross-platform, streaming task runner that lets developers automate many development task

Commitlint

Send commit messages to conventional commits rules

SASS

The most mature, stable, and powerful professional grade CSS extension language in the world

Editorconfig

Helps maintain consistent coding styles for my working on the same project across various editors and IDEs

Prettier

An opinionated code formatter

## Getting Started

### βš™οΈ How To Use

1. Clone this repository

```bash

git clone https://github.com/yasinatesim/basic-starter-kit.git

```

2. Install the project dependencies

```bash

npm install

```
3. Develop awesome things

```bash

npm start

```
or

```bash
gulp
```

## πŸ”‘ License

* Copyright Β© 2020 - MIT License.

See `LICENSE` for more information.