redco / goose-starter-kit

This is a starter kit for redco/goose-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a starter kit for redco/goose-parser

License:MIT License


Languages

Language:JavaScript 100.0%