https://github.com/neo-ciber94/template-express
A template for a server with Express + TypeScript
https://github.com/neo-ciber94/template-express
Last synced: 8 months ago
JSON representation
A template for a server with Express + TypeScript
- Host: GitHub
- URL: https://github.com/neo-ciber94/template-express
- Owner: Neo-Ciber94
- Created: 2021-05-14T17:52:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T18:17:54.000Z (over 4 years ago)
- Last Synced: 2025-01-06T17:47:13.649Z (9 months ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express + Typescript server template
Create a server using:
- Express
- Typescript---
## Requires degit
```bash
npm install -g degit
```## Download template
```bash
degit Neo-Ciber94/template-express
```## Install all the required node modules
```bash
npm install
```## Run
```bash
yarn dev
```Or
```bash
npm run dev
```