From ea862f761c2ae87889d18ed798f22f92323ec4ff Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Wed, 13 May 2015 18:34:37 +0200 Subject: [PATCH] updated client readme's getting started --- client/README.md | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/client/README.md b/client/README.md index 6d5784414..c4ed8e4c6 100644 --- a/client/README.md +++ b/client/README.md @@ -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)