Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 408 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 408 Bytes

DLP Term-Time Projects: Sample Webapp

A sample webapp using Bootstrap and jQuery.

Scaffolded with the gulp-webapp Yeoman generator.

Getting started

$ npm install
$ bower install

Running

In development:

$ gulp serve

In production:

$ gulp

Working with this sample repo

Just go into app/index.html!