Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 805 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 805 Bytes

NodeJS Boilerplate

This is a boilerplate for NodeJS projects with various tools pre-configured so you can start your work right away!

Features

This boilerplate provides the following development tools support:

  • Typescript for better type support
  • ESLint for linting
  • Jest for testing
  • Premade dockerfile for deploying in docker container
  • Webpack for bundling the project into one file (easier deployment)

Get started

To use this boilerplate template just clone the repository and run npm install in a terminal. You might want to change all the titles, name and so on.

License

This project is licensed under the MIT license.

Contributors

Contribute to this repository by making a pull request!