https://github.com/tupizz/typescript-backend
typescript-backend
https://github.com/tupizz/typescript-backend
Last synced: 2 months ago
JSON representation
typescript-backend
- Host: GitHub
- URL: https://github.com/tupizz/typescript-backend
- Owner: tupizz
- Created: 2020-10-15T14:20:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T01:55:45.000Z (over 2 years ago)
- Last Synced: 2025-02-09T14:47:17.618Z (4 months ago)
- Language: TypeScript
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-eslint-prettier-boilerplate
Simple boilerplate with TypeScript, Prettier, and ESLint configured.
## Getting Started
Install node modules: `npm install`Run the code with auto restart: `npm run dev`