This template will make it easy to start writing anything by configuring all the necessary infra out of the box.
it has the abiltity to configure all the following easilly:
- babel and prettier + eslint
- mongoose
- graphql
- redis
- rabbitmq
- the template is docker ready so you could do:
docker-compose up --buildand that would be it! - you can run
npm run deployto just build the code on the machine and run index.js directly npm run buildoutputs everything built by babel to the ./dist folder if you need anymore flexibility