Xrayya / express-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-playground

This is a playground, where I experiment with express.js. As this repo grows, there will be many dependencies added, perhaps too many. But it's better than creating lots of projects. You know node_module is the heaviest object in the universešŸ™ƒ.

This repo managed using bun.

Setup

To install dependencies:

bun install

To run:

bun dev

Non bun user

If you don't use bun, change the configuration to your condition. You can use nodemon, tsx, etc.

This project was created using bun init in bun v1.0.25. Bun is a fast all-in-one JavaScript runtime.

About

License:MIT License


Languages

Language:TypeScript 100.0%