https://github.com/phamduylong/vercel-express-server
https://github.com/phamduylong/vercel-express-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phamduylong/vercel-express-server
- Owner: phamduylong
- License: mit
- Created: 2023-12-09T16:11:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T18:58:15.000Z (6 months ago)
- Last Synced: 2025-01-13T22:20:33.009Z (5 months ago)
- Language: TypeScript
- Homepage: https://test-vercel-express-six.vercel.app
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express-TypeScript-Template
*A template for Express server written in TypeScript 🤔* The template's aim was for a minimal, unopinionated Express-TypeScript experience, therefore I decided to not include any testing tools, feel free to use it with whatever works best for you. This repository structure can be deployed straight to Vercel without issues.
## Getting Started
You can choose *either* generate a project from the template (recommended way) or clone it:#### Create project from template
```console
https://github.com/phamduylong/express-typescript-template/generate
```#### Clone
```console
git clone https://github.com/phamduylong/express-typescript-template.git
```## Scripts
#### Build
```console
npm run build
```#### Start project
```console
npm run start
```#### Dev mode
```console
npm run dev
```