Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mannj-nef/setup_expressts
https://github.com/mannj-nef/setup_expressts
eslint express husky jwt lint-staged prettier typescript
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannj-nef/setup_expressts
- Owner: Mannj-nef
- Created: 2023-06-06T14:29:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-06T16:48:55.000Z (over 1 year ago)
- Last Synced: 2024-11-05T19:43:46.992Z (2 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```