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

matteosacchetto/typescript-rollup-node-template

Repository files navigation

Typescript Rollup NodeJS template

Simple template to initialize a typescript + rollup NodeJS project It uses rollup togheter with typescript to generate .mjs output file which are compiled ES modules of esnext version

It also has been setup to integrate with eslint for code linting, prettier for code styling and jest for tests

It also provides a Dockerfile and docker-compose as a starting point for your app deployment