Skip to content

TDesjardins/gwt-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GWT Documentation

Reference

Adding content

Building

If you have Grunt installed :

  • build the assets using Grunt: grunt
  • then run: mvn clean install
  • after that you will find the generated documentation in target/generated-site/.

If you don't have Grunt installer :

  • build the assets using Maven and Grunt plugin: mvn clean install -Pgrunt
  • after that you will find the generated documentation in target/generated-site/.

Running locally

Run the site locally for easy visual testing

Run without server:

  • Change to the target/generated-site folder.
  • Open the index.html file in your browser.

Run with Maven:

  • Run: mvn jetty:run
  • Open URL http://localhost:9999 in your browser.

About

Sources of the pages of the gwtproject.org website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 30.2%
  • Java 25.3%
  • Less 23.4%
  • HTML 15.1%
  • Smarty 3.6%
  • JavaScript 2.4%