#Using Docker
# Build the image
docker build -t nosft_indexer:v1 .
# Start a container
docker run --name nosft_indexer --env-file .env -p 4002:4002 -d nosft_indexer:v1
#Open API
http://localhost:4002/status
- Node.js >= 16.0
yarn i
yarn dev
http://localhost:4002/status
References
Optimizing Node API Development with SWC Compiler and ESLint
How to watch and reload ts-node when TypeScript files change
How To Create A Production Image For A Node.js + TypeScript App Using Docker Multi-Stage Builds