Skip to content

ValentaTomas/nodejs-esbuild-template

Repository files navigation

Node.js Esbuild Template

Setup

Use Node.js 16.2.0 when developing code in this repository.

NOTE: Everything will probably work even with Node.js 14, but it's better to keep the same versions.

Run the following command after you clone the repo to install dependencies:

npm install

Development

Run the following command to start a local server that reloads when you change code:

npm run watch