Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 312 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 312 Bytes

BarCrawler

Dependencies

  • JDK 8
  • Grails 3.3.8

Environment Setup

git clone [email protected] BarCrawler
cd BarCrawler

// will build Grails project and run the Grails CLI
grails

// ...
grails> run-app

Visit http://localhost:8080 to view the app. To stop the app and exit Grails CLI, ctrl+C.