- Notifications
You must be signed in to change notification settings - Fork38
🔷🌍 TypeScript API Skeleton: Bootstrap your new HTTP API backend with TypeScript
NotificationsYou must be signed in to change notification settings
CodelyTV/typescript-api-skeleton
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a repository intended to serve as a starting point if you want to bootstrap a express API project in TypeScript.
- TypeScript (v4)
- ts-node-dev
- Prettier
- ESLint with:
- Codely's config (includes ESLint's recommended rules, Prettier, Import plugin and more)
- Jest plugin
- Jest withDOM Testing Library
- GitHub Action workflows set up to run tests and linting on push
# install dependenciesnpm install# run in dev mode on port 3000npm run dev# generate production buildnpm run build# run generated content in dist folder on port 3000npm run startnpm run test# run linternpm run lint# fix lint issuesnpm run lint:fixAbout
🔷🌍 TypeScript API Skeleton: Bootstrap your new HTTP API backend with TypeScript
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.