https://github.com/dylanbuchi/backend-starter
Backend starter: Node.js TypeScript Express.js MongoDB ESLint Prettier
https://github.com/dylanbuchi/backend-starter
eslint express-js mongodb node-js prettier typescript
Last synced: 2 months ago
JSON representation
Backend starter: Node.js TypeScript Express.js MongoDB ESLint Prettier
- Host: GitHub
- URL: https://github.com/dylanbuchi/backend-starter
- Owner: dylanbuchi
- Created: 2022-12-07T08:47:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T09:23:44.000Z (over 2 years ago)
- Last Synced: 2025-01-03T18:21:40.856Z (4 months ago)
- Topics: eslint, express-js, mongodb, node-js, prettier, typescript
- Language: TypeScript
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# backend-starter
[](https://nodejs.org/en/)
[](https://expressjs.com/)
[](https://www.typescriptlang.org/)
[](https://www.mongodb.com/)# ⌨️ Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :-------------- | :--------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server |
| `npm run build` | Build your production site |
| `npm start` | Preview your production site |