The idea is simple, ExpressStart is just a CLI tool that helps you scaffold a new express project by selecting dependency options.
Setting up new express projects a lot of times come off as an headache when not done properly or there's just a lot of packages that does the same thing in the project setup but are configured differently (it's annoying I know), so I built this to quickly scaffold a new express project as fast as you can create a new Next.js project, just few clicks and selections and you're done!.
It's very easy, just run
npm install -g create-exstartcreate-exstart --versionRun this command and use the wizard to setup your project
npx create-exstart <project-name>This project is open to everyone, make improvement MRs and create an issue if you see a bug or an error.