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
- Host: GitHub
- URL: https://github.com/jimschubert/express-bootstrap-boiler
- Owner: jimschubert
- License: mit
- Created: 2013-06-25T03:35:59.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-25T03:42:21.000Z (about 13 years ago)
- Last Synced: 2025-02-15T05:46:21.593Z (over 1 year ago)
- Language: JavaScript
- Size: 238 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
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/