An open API service indexing awesome lists of open source software.

https://github.com/squidmin/express-template

Express app template
https://github.com/squidmin/express-template

express expressjs node nodejs typescript

Last synced: about 1 year ago
JSON representation

Express app template

Awesome Lists containing this project

README

          

# express-template

This is a template for an express app.

It includes a basic setup for an express app with a few routes and a basic error handling middleware.

## Getting started

1. Clone the repository
2. Run `npm install`
3. Run `npm start`
4. Visit:
- `http://localhost:3000`
- `http://localhost:3000/about`
- `http://localhost:3000/users`