Express boilerplate repo with:
- MIT License
- Node, npm
- tests with the
node:test
built-in - formatting and linting with Biome
- GitHub Actions
- Node 20
- npm v8+
- Clone the repository
- Run
npm install
installs all required dependencies.
npm start
will start the servernpm run dev
will run the server with Node's "watch mode"npm test
will run tests using the Node.js test runner and thenode:test
module.npm run lint
will run Biome lint on the files and tests.npm run format
will run Biome format on files and tests.
Code is licensed under the MIT License.