Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xop/front-dummy

Kick-start a new front-end project - gulp, webpack, svg sprites at your service
https://github.com/xop/front-dummy

Last synced: about 2 months ago
JSON representation

Kick-start a new front-end project - gulp, webpack, svg sprites at your service

Awesome Lists containing this project

README

        

# Front Dummy

> Front-End project kick-starter

## Dev stack:

- PostCSS
- React
- Gulp
- Webpack
- ESLint

## Documentation

- CSSG
- SC5

## Install

```
npm i
```

## Build modes

```
gulp
```

### Production

```
gulp build [--p]
```

### Publish

```
gulp build [--p]
gulp publish
```

## Styleguides with SC5

```
gulp styleguide
```

### Dev mode

```
gulp styleguide-dev
```