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

https://github.com/jimschubert/express-bootstrap-boiler

A boilerplate app for express.js and bootstrap
https://github.com/jimschubert/express-bootstrap-boiler

Last synced: over 1 year ago
JSON representation

A boilerplate app for express.js and bootstrap

Awesome Lists containing this project

README

          

# express-bootstrap-boiler

A boilerplate app for express.js with bootstrap application as generated by [initializr.com](http://www.initializr.com/).

## Getting Started
Install grunt:

```Bash
npm install -g grunt
npm install -g grunt-cli
```

Install application dependencies:

```Bash
npm install -d
```

Run the app with `npm start`.

### Run tests

```Bash
grunt nodeunit
```

### Run jshint on app

```Bash
grunt jshint:app
```

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History
_(Nothing yet)_

## License
Copyright (c) 2013 Jim Schubert
Licensed under the MIT license.

## Other Licenses
Bootstrap: http://www.apache.org/licenses/LICENSE-2.0
jQuery: http://jquery.org/license
Modernizr: http://modernizr.com/license/