No description
- TypeScript 100%
Windows filesystem doesnt allow characters like ":" in filenames, which broke the endpoint lookup when importing rout modules. Now you can use different characters to replace the illegal characters preventing import failures on Windows. |
||
|---|---|---|
| src | ||
| .gitignore | ||
| bun.lock | ||
| package.json | ||
| README.md | ||
My Express Template
This is the template I use when I want to build something with Express.js. It leverages event emitters for a nice architecture.
Installation
Want to use my template?
- Clone this repository Well, how do I do that?
git clone https://github.com/0neShot101/express-template.git
- Enter the directory
cd express-template
Now that I've walked you through, you can enjoy!