Skip to content

redco/goose-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goose-starter-kit

This is a starter kit for Goose Parser

Usage

First of all clone repo and start your project for it. And now there are two ways to run a project:

  • inside a docker container
  • directly on a local system

Docker usage

Be aware that this way requires Docker installed.

Start the project with command:

docker-compose up

Local system usage

npm install
DEBUG=* node lib/index.js

How it looks like