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

https://github.com/omardelarosa/client-side-boilerplate

boilerplate code for new client-side applications
https://github.com/omardelarosa/client-side-boilerplate

Last synced: 5 days ago
JSON representation

boilerplate code for new client-side applications

Awesome Lists containing this project

README

          

# client side app boilerplate code

This is boilerplate code for easy, client-side application asset compilation.

## usage

### watched builds

```
gulp watch
```

### build at once

```
gulp build
```

## assumptions

- assets are all compiled using gulp
- assets are assumed to be in the ``/src`` directory.
- ``/src/js/index.js`` become s``/public/bundle.min.js``
- all .jade files in ``/src/templates/``` become ``/src/templates/{templatename}.js``
- all .scss files become ``/src/css/{stylesheetname}.css`` and the concat into ``/public/style.css``