Skip to content

HugoDF/modern-express-starter

Repository files navigation

Modern Express Starter

Express boilerplate repo with:

  • MIT License
  • Node, npm
  • tests with the node:test built-in
  • formatting and linting with Biome
  • GitHub Actions

Requirements

  • Node 20
  • npm v8+

Setup

  1. Clone the repository
  2. Run npm install installs all required dependencies.

npm scripts

  • npm start will start the server
  • npm run dev will run the server with Node's "watch mode"
  • npm test will run tests using the Node.js test runner and the node: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.

LICENSE

Code is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published