ValentaTomas / nodejs-esbuild-template

Template for Node.js Esbuild projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Template for Node.js Esbuild projects


Languages

Language:JavaScript 73.7%Language:Dockerfile 24.8%Language:TypeScript 1.4%