Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

lift/lift_22_sbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This file contains multiple Lift project templates:

- lift_basic is a basic Lift application with a built-in user class
             and nice use of Blueprint CSS and HTML5

- lift_xhtml is a basic Lift application with a built-in user class
             and nice use of Blueprint CSS and XHTML

- lift_blank is a blank Lift project that does not have any model
             or CSS

- lift_mvc   is a Lift project that uses Lift's MVC support rather
             than view-first.  No model stuff, but Blueprint CSS