Skip to content

Jainex17/create-ex-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-ex-ts

⚡ Express + TypeScript backend

bla bla -> Ever needed to spin up an Express backend with TypeScript but didn't want to spend time on configuration? create-ex-ts is here to help you get started in seconds, not minutes!

🚀 Features

  • Zero-config Express + TypeScript setup
  • Clean, minimal project structure
  • Dev environment with hot reloading via nodemon
  • Focus on coding, not configuration!

🔧 Installation & Usage

Get started with just a single command:

# Using npm
npm create ex-ts

# Using npx
npx create-ex-ts

Will ask to configure your project:

  • Project folder name
  • Package name

Project Structure

my-express-app/
├── src/
│   └── index.ts
├── .gitignore
├── package.json
└── tsconfig.json

Scripts

  • npm run dev - Start development server with hot reload using nodemon
  • npm run build - Build for production
  • npm start - Run production server

TODO

Things that can be added (PRs welcome):

  • Complex backend options (routes, controller, database setup)
  • Fix issues (there will be issues here somewhere, need to find and fix them)

License

MIT

About

Npm package that let you setup backend in second

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors