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

https://github.com/dennis960/template-express-ts

A minimal express template using typescript because I didn't find one
https://github.com/dennis960/template-express-ts

express typescript

Last synced: 4 months ago
JSON representation

A minimal express template using typescript because I didn't find one

Awesome Lists containing this project

README

          

# Template-Express-Ts

This is a template for a Node.js Express server with Typescript.

## Getting Started

### Prerequisites

- Node.js
- NPM

### Installing

1. Clone the repo
2. Install NPM packages

```sh
npm install
```

3. Run the server

```sh
npm run dev
```

4. Enjoy Express with Typescript!

### Deployment

1. Build the project

```sh
npm run build
```

2. Copy the `dist` folder to your server

3. Run the server with node

```sh
node dist/index.js
```

## Built With

- [Express](https://expressjs.com/) - The web framework used
- [Typescript](https://www.typescriptlang.org/) - The language used
- [NPM](https://www.npmjs.com/) - Dependency Management

## License

Distributed under the MIT License. See `LICENSE` for more information.