Skip to content

Checkout the other branches for a varying versions. These are docker ready templates for NodeJS projects!

Notifications You must be signed in to change notification settings

massaynus/node-boilerplate

Repository files navigation

NodeJS boilerplate

Find out more

What is this?

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

Running your code

  • the template is docker ready so you could do: docker-compose up --build and that would be it!
  • you can run npm run deploy to just build the code on the machine and run index.js directly
  • npm run build outputs everything built by babel to the ./dist folder if you need anymore flexibility

About

Checkout the other branches for a varying versions. These are docker ready templates for NodeJS projects!

Topics

Resources

Stars

Watchers

Forks