I'm getting tired of setting up Babel, ESLint, Prettier, and associated NPM scripts every time I want to try out some Node.js code (using ESM the babel way!). This repository is just a nice starter
npm install
npm start
npm start:prod
- Add a self-hosted action runner to your server
.github/workflows/master-branch.yml
should run on commits to master- This repository is setup to deploy 2 containers - a PostGIS database and Node app via docker-compose