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

Latest commit

 

History

History
8 lines (5 loc) · 436 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 436 Bytes

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