Skip to content

juliadibo/todolist-on-herbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

164 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sample Todo List app using Herbs

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 88.9%
  • CSS 8.6%
  • HTML 2.3%
  • Shell 0.2%