Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xop/front-dummy
- Owner: XOP
- Created: 2015-10-10T10:45:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T14:01:47.000Z (almost 9 years ago)
- Last Synced: 2024-04-17T02:15:09.884Z (9 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```