No description
  • TypeScript 100%
Find a file Use this template
Andrew Tandy 96c804067b fix: 🐛 sanitize file paths for Windows compatibility
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.
2025-04-22 20:38:55 -07:00
src fix: 🐛 sanitize file paths for Windows compatibility 2025-04-22 20:38:55 -07:00
.gitignore chore: add .gitignore file 2024-08-01 00:42:42 -07:00
bun.lock feat: new packages 2025-04-22 20:29:34 -07:00
package.json feat: new packages 2025-04-22 20:29:34 -07:00
README.md docs: 📝 add README 2024-08-01 01:00:44 -07:00

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?

  1. Clone this repository Well, how do I do that?
git clone https://github.com/0neShot101/express-template.git
  1. Enter the directory
cd express-template

Now that I've walked you through, you can enjoy!