Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!**