Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ics-software-engineering/play-bootstrap-template
A template Play application using Twitter Bootstrap 3
https://github.com/ics-software-engineering/play-bootstrap-template
Last synced: about 1 month ago
JSON representation
A template Play application using Twitter Bootstrap 3
- Host: GitHub
- URL: https://github.com/ics-software-engineering/play-bootstrap-template
- Owner: ics-software-engineering
- Created: 2013-09-19T20:26:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-09T22:47:34.000Z (about 11 years ago)
- Last Synced: 2024-03-27T04:19:22.617Z (9 months ago)
- Language: Java
- Homepage:
- Size: 305 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![screenshot](https://raw.github.com/ics-software-engineering/play-bootstrap-template/master/doc/play-bootstrap-template-home.png)
This is a sample Play application with the following features:
* Modifications to the "default" application generated by the Play "new" command to eliminate
checkstyle errors. See [play-new-passcheckstyle](http://ics-software-engineering.github.io/play-new-passcheckstyle/)
for details.
* Modifications to the [main.scala.html](https://github.com/ics-software-engineering/play-bootstrap-template/blob/master/app/views/main.scala.html) template to load [Twitter Bootstrap 3](http://getbootstrap.com/) files using CDN sites.
* Modifications to illustrate simple page navigation through changes to the [controller](https://github.com/ics-software-engineering/play-bootstrap-template/blob/master/app/controllers/Application.java),
the [routes](https://github.com/ics-software-engineering/play-bootstrap-template/blob/master/conf/routes), and
the [view files](https://github.com/ics-software-engineering/play-bootstrap-template/tree/master/app/views).
* Note that the [navbar](https://github.com/ics-software-engineering/play-bootstrap-template/blob/master/app/views/main.scala.html) highlights the current active page.
* Note that the [main.css](https://github.com/ics-software-engineering/play-bootstrap-template/blob/master/public/stylesheets/main.css) has a
slight adjustment to the body padding due to the use of the fixed-top navbar.
* Modifications to create very simple [tests](https://github.com/ics-software-engineering/play-bootstrap-template/tree/master/test/test).