Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seymennw/typescript-starter-projects
Starter codes for TypeScript Projects with Node.js. Includes Express and more.
https://github.com/seymennw/typescript-starter-projects
bun drizzle-kit drizzle-orm express expressjs javascript nodejs typescript
Last synced: 2 days ago
JSON representation
Starter codes for TypeScript Projects with Node.js. Includes Express and more.
- Host: GitHub
- URL: https://github.com/seymennw/typescript-starter-projects
- Owner: SeymenNW
- Created: 2024-05-02T21:26:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T21:46:59.000Z (3 months ago)
- Last Synced: 2024-11-09T06:38:57.840Z (about 2 months ago)
- Topics: bun, drizzle-kit, drizzle-orm, express, expressjs, javascript, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![TypeScript Logo](https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/TypeScript_Logo_%28Blue%29.svg/2560px-TypeScript_Logo_%28Blue%29.svg.png)](https://www.typescriptlang.org/)
Fast & minimalist TypeScript starter projects for [Node.js](http://nodejs.org).
This is a [Node.js](https://nodejs.org/en/) project
which uses [npm](https://www.npmjs.com/) packages.Before installing, [download and install Node.js](https://nodejs.org/en/download/).
## Setup - Update your dependencies.
For the project files there isn't a lot of Setup required. I've personally
made sure that all the major Setup stuff has been done. Therefore the only
thing you'd be responsible for is updating the NPM packages present in the projects.Altough let me warn you - There might be errors or some usecases these projects wont
work with. I am not responsible for those (altough I'm open to helping out!)The older the project gets, the more it (probably) will break. I will try to keep the
repository up to date with the newest packages and technologies but I can't for sure
say when things get updated or not.To update the packages, follow the [Updating packages downloaded from the registry](https://docs.npmjs.com/updating-packages-downloaded-from-the-registry)
guide from the official NPM website.## Features
* Support for TypeScript Version 5.4.5
* Hassle free setup.
* Super-high test coverage
* Nodemon pre-installed and configured for all project types
* Many versions (Such as Express JS and Fastify coming soon)
* ORM Integrations like Drizzle ORM and Mongoose (Coming soon)
* And more!**More coming soon!**