Skip to content

wangzhidong/TechnologyConversationsBooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOOKS

Whole project is done in the TDD fashion (test, implementation, refactor). Dependency management and tasks execution is done using Gradle.

Tests

Tests are executed on every commit through Travis

To run tests manually:

$ gradle test

Distribution

To create standalone distribution:

$ gradle distZip

Resulting ZIP file contains bin directory with OS specific startup scripts. API can be seen through the WADL.

To create WAR:

$ gradle war

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.9%
  • Java 19.9%
  • HTML 3.8%
  • CSS 3.4%