Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Starter kit for HTML / CSS / JS projects Generator
- Host: GitHub
- URL: https://github.com/yurayarosh/generator-front-starter-kit
- Owner: yurayarosh
- Created: 2020-03-17T14:59:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T15:33:51.000Z (over 1 year ago)
- Last Synced: 2024-09-27T07:44:42.903Z (about 2 months ago)
- Topics: boilerplate, gulp, nunjucks, png-sprites, pwa, sass, starter-kit, svg-inline, svg-sprites, webpack, yo-generator
- Language: HTML
- Homepage:
- Size: 453 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/).