Skip to content

DanielMichalski/responsive-bootstrap-sites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Responsive Bootstrap Sites

Build Status License: MIT

This project aims to present how to create a Spring MVC + Bootstrap + Tiles application

Libraries

  • Spring MVC
  • Apache Tiles 3.0.5
  • Bootstrap 3.2.0
  • JQuery 1.11.0
  • Log4j

Requirements

How to run application

On Windows

## Build application from base directory using Maven Wrapper
mvnw.cmd clean install

## Run tomcat7 server and deploy the application
mvnw.cmd tomcat7:run-war

## Application should be accessible at
http://localhost:8081/responsive-bootstrap-sites/

On MacOS/ Linux

## Build application from base directory using Maven Wrapper
./mvnw clean install

## Run tomcat7 server and deploy the application
./mvnw tomcat7:run-war

## Application should be accessible at
http://localhost:8081/responsive-bootstrap-sites/

Video

Video

Releases

No releases published

Packages

No packages published

Languages