Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daliborgogic/web-startit-kit
- Owner: daliborgogic
- License: mit
- Created: 2016-05-18T10:01:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-15T10:59:34.000Z (about 8 years ago)
- Last Synced: 2024-10-10T16:41:52.861Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)!