Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 380 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 380 Bytes

Basic Lift App Template

This is a Giter8 template for a basic Lift application. If you're interested in starting a new Lift application, you can use this to get started!

  1. Install sbt for your platform.
  2. Open a terminal to the directory you'd like your project to live under
  3. Run sbt new lift/basic-app.g8
  4. Follow the prompts!