Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

kuzzleio/project-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kuzzle Project Templates

This repository contains references for scaffolding new Kuzzle projects.

The project scaffold in this repository are used by the kourou app:scaffold command.

Each branch contains only it's template flavor to reduce the amount of data downloaded during scaffolding. The master branch contains all flavors.

Common tooling

Every scaffold comes with all necessary tools to develop a Kuzzle project:

  • Typescript support
  • Docker Compose configuration
  • Hot reload with Ergol
  • Linter rules with Eslint
  • Functionnal test framework with Jest
  • CI/CD with Github Actions

Available template flavors