updated client readme's getting started

This commit is contained in:
David Kaltschmidt
2015-05-13 18:34:37 +02:00
committed by Tom Wilkie
parent 570c28c8e9
commit ea862f761c

View File

@@ -1,32 +1,8 @@
# Web app template
> Template based on [Yeoman](http://yeoman.io) generator [generator-gulp-webapp](https://github.com/yeoman/generator-gulp-webapp) using [gulp](http://gulpjs.com/) for the build process
## Features
Please see our [gulpfile.js](gulpfile.js) for up to date information on what we support.
* CSS Autoprefixing
* Built-in preview server with livereload
* Automagically compile Sass
* Automagically lint your scripts
* Awesome image optimization
* Automagically wire-up dependencies installed with [Bower](http://bower.io) *(when `gulp watch` or `gulp wiredep`)*
# Scope UI
## Getting Started
- Install: `npm install`
- Run `gulp` for building to the `dist` directory and `gulp serve` for preview
- Run `gulp` for building to the `dist` directory or `gulp serve` to serve the UI via a webserver
- Develop using `gulp watch` for automatic code reload
#### Third-Party Dependencies
*(HTML/CSS/JS/Images/etc)*
To install dependencies, run `bower install --save package-name` to get the files, then add a `script` or `style` tag to your `index.html` or another appropriate place.
## License
[BSD license](http://opensource.org/licenses/bsd-license.php)