Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 486 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 486 Bytes

example code for ix article about esbuild (2021)

requirements

  • make for building
  • ent for watching filesystemm changes (used in make target dev)
  • nodejs v15.13.0 (alternatively use nvm use if nvm is installed on yor machine)

installation

run make

build

run make

development

run make dev

help

run make help to see all commands

similar efforts