This is a example on how to build a application using Herbs.
Backend:
$ cd ./backend
$ npm install
$ npm start
Frontend:
$ cd ./frontend
$ npm install
$ npm start
GraphQL Playground: http://localhost:4000/graphql
Herbs Shelf: http://localhost:4000/herbsshelf
$ cd ./backend
$ node ./src/infra/repl
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.
If you would like to help contribute to this repository, please see CONTRIBUTING