/todolist-on-herbs

A sample Todo List app using Herbs

Primary LanguageJavaScript

CI Build codecov

TO DO list on Herbs

This is a example on how to build a application using Herbs.

Using

Backend:

$ cd ./backend
$ npm install
$ npm start

Frontend:

$ cd ./frontend
$ npm install
$ npm start

GraphQL

GraphQL Playground: http://localhost:4000/graphql

Herbs Shelf

Herbs Shelf: http://localhost:4000/herbsshelf

Herbs REPL

Herbs REPL:

$ cd ./backend
$ node ./src/infra/repl

Settings

Environment:

.env.{environment} files.

Rename one of the files to just .env.

Default is dev.

Config:

Edit /backend/infra/config/{environment}.json files if necessary.

How to contribute

If you would like to help contribute to this repository, please see CONTRIBUTING


License