Basic express.js app.
To use this repository you will need:
- Node 21
- NPM 10
- Install dependencies
npm install
- Build app
npm run build
- Start app
Navigate to http://127.0.0.1:3000 to view the app
npm run dev
- Run the single barebones test
npm run test