Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yurayarosh/generator-front-starter-kit

Starter kit for HTML / CSS / JS projects Generator
https://github.com/yurayarosh/generator-front-starter-kit

boilerplate gulp nunjucks png-sprites pwa sass starter-kit svg-inline svg-sprites webpack yo-generator

Last synced: 7 days ago
JSON representation

Starter kit for HTML / CSS / JS projects Generator

Awesome Lists containing this project

README

        

# generator-front-starter-kit
Based on https://github.com/coderiver/generator-man

> Simple and quite universal frontend scaffolding. Webpack, nunjucks, sass, linters, PostCSS, inline svg, svg sprites, png sprites, everything that simplifies your life included.

## Installation

First, install [Yeoman](http://yeoman.io) and generator-front-starter-kit using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-front-starter-kit
```

Then generate your new project:

```bash
yo front-starter-kit
```

## Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to [learn more about him](http://yeoman.io/).