Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daliborgogic/web-startit-kit

Automating Front-end Workflow
https://github.com/daliborgogic/web-startit-kit

Last synced: 9 days ago
JSON representation

Automating Front-end Workflow

Awesome Lists containing this project

README

        

[![status](https://david-dm.org/daliborgogic/web-startit-kit/dev-status.svg)](https://david-dm.org/daliborgogic/web-startit-kit#info=devDependencies) [![js-standard-style](https://img.shields.io/badge/codestyle-standard-brightgreen.svg)](http://standardjs.com/)

# Web Startit Kit
For Meetup: [Automating Front-end Workflow](https://daliborgogic.com/notes/automating-front-end-workflow)

## Quickstart

[Download](https://github.com/daliborgogic/web-startit-kit/archive/master.zip) the kit or clone this repository and build on what is included in the app directory.

### Initial

```sh
$ npm run init
```

### Watch For Changes & Automatically Refresh Across Devices

```sh
$ gulp
```

### Optional
Generate images at different sizes

```sh
$ gulp responsive
```
### Build

```sh
$ gulp prod
```

## Inspiration

Web Startit Kit is inspired by [Web Starter Kit](https://github.com/google/web-starter-kit)

## Contributing

Contributions, questions and comments are all welcome and encouraged.

## Contributors
Thanks to all the [contributors](https://github.com/daliborgogic/web-startit-kit/graphs/contributors)!