Skip to content

Example application for Catberry Framework

Notifications You must be signed in to change notification settings

catberry/catberry-example

Repository files navigation

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