https://github.com/mannj-nef/setup_expressts
https://github.com/mannj-nef/setup_expressts
eslint express husky jwt lint-staged prettier typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannj-nef/setup_expressts
- Owner: Mannj-nef
- Created: 2023-06-06T14:29:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T16:48:55.000Z (about 3 years ago)
- Last Synced: 2026-01-03T19:18:28.850Z (6 months ago)
- Topics: eslint, express, husky, jwt, lint-staged, prettier, typescript
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A practice Node.js use express and typeScript for building server-side applications.
## Description
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run dev
# build
$ npm run bulid
# start after build
$ npm start
```
