Kanban Note service https://kanbannote.appspot.com
  • Scala 49.5%
  • CoffeeScript 27%
  • HTML 22.4%
  • Less 0.8%
  • JavaScript 0.3%
Find a file
2014-07-30 10:00:09 +09:00
project Add scalate generating support 2014-06-21 14:44:33 +09:00
src Add mock server for frontend testing 2014-07-30 09:19:39 +09:00
.gitignore Introduce gulp to build front assets 2014-07-09 22:25:00 +09:00
appengine.sbt Improve reloading: touch appengine-web.xml on packageWar task 2014-07-20 18:19:33 +09:00
bower.json Add angular-file-upload 2014-07-20 13:06:45 +09:00
build.sbt Add handling uploaded file on unfiltered 2014-07-20 16:47:16 +09:00
gulpfile.coffee Refactoring script 2014-07-30 10:00:09 +09:00
gulpfile.js Introduce gulp to build front assets 2014-07-09 22:25:00 +09:00
LICENSE Add documentation 2014-06-19 21:59:32 +09:00
package.json Add mock server for frontend testing 2014-07-30 09:19:39 +09:00
README.md Fix document 2014-07-14 20:05:48 +09:00
scalate.sbt Add slf4j-jdk14 to prevent SLF4J warnings 2014-07-09 19:57:30 +09:00

Kanban Note service

App Engine application at https://kanbannote.appspot.com

How to build

Unpack the App Engine SDK and set the environment variable APPENGINE_SDK_HOME.

# ~/.bashrc
export APPENGINE_SDK_HOME="$HOME/App/appengine-java-sdk-x.y.z"

Then, build and start a development server.

$ gulp
$ sbt

> appengineDevServer

Architecture

This project contains following:

  • Scala 2.10
  • Unfiltered filter
  • Scalate
    • Scalate cache support
    • Scalate generating support with xsbt-scalate-generator
  • App Engine support with sbt-appengine
  • Assets management with gulp and bower