catberry / catberry-example

Example application for Catberry Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catberry Example Project

Catberry

How to use

This is a simple web-application that works with GitHub API and demonstrates how to build isomorphic web-application using Catberry Framework.

To run in release mode:

make run.local.release

To start in debug mode without script minification and with watching for changes:

make run.local.dev

Also, you can build a Docker image:

make docker

And run it as a container:

docker run -it -p 3000:3000 catberry/catberry-example

It's possible to pass following environment variables to adjust config settings:

  • CAT_TITLE - content of the title tag on the page
  • CAT_PORT - port to listen
  • CAT_LOG_LEVEL - logging level (see catberry-logger package for more details)

Contributing

There are a lot of ways to contribute into Catberry:

Denis Rechkunov denis@rdner.de

About

Example application for Catberry Framework


Languages

Language:JavaScript 81.3%Language:Handlebars 15.4%Language:Makefile 1.7%Language:Dockerfile 1.0%Language:CSS 0.5%