Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 398 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 398 Bytes

esbuild boilerplate

Tested on Node 14.x, 16.x

setup: npm i

Start dev server: npm start or npm run start

Make build: npm run build

Serving build requires:

  • npm serve package installed: npm i -g serve
  • jq command line utility here
    • MacOS: brew install jq
    • Linux: ...

Run (production mode, linux/mac only): ./entrypoint.sh