Skip to content

nizmic/noir3-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noir3-basic

A basic noir3 web app to use as a starting point for real apps.

Usage

To start the app from command line:

lein ring server

To start in nrepl:

(require 'noir3-basic.server)
(use 'ring.server.standalone)
(serve noir3-basic.server/handler)

To create an uberwar that can be deployed to tomcat etc:

lein ring uberwar

License

Copyright (C) 2013 Nathan Sullivan

Distributed under the Eclipse Public License, the same as Clojure.

About

Basic noir3 web app to use as a starting point for real noir3 apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published