Create Your Own Techstack with basic boilerplate code.
npm install create-mytechcreate-mytech is a CLI tool designed to generate a boilerplate Full-Stack codebase, helping developers quickly scaffold a fully functional project structure with essential files, directories, and optionally installed dependencies.
- Generates a complete MERN project structure with separate server and client folders.
- Generates NEXTJS fullstack framework with additional add-ons for Prisma , Postgres and helps setting up Authentication.
- Creates necessary configuration files, like package.json, .env, and globals.css.
- Prompts the user to optionally install project dependencies for both backend and frontend.
- Node.js (v14 or higher)
- npm or yarn
You can use npx or npm create to run create-mytech without needing to install it globally.
``bash``
npx create-mytech