1.0.18 • Published 9 months ago
mernbase-typescript-react v1.0.18
mern-base
A streamlined MERN stack project generator with TypeScript integration. Creates a pre-configured development environment with Express backend and React frontend, featuring Tailwind CSS for styling.
Quick Start
npm i mernbase-typescript-reactOr install globally:
npm install -g mernbase-typescript-reactWhat's Included
- Backend: Express + TypeScript
- Frontend: React + TypeScript + Vite + Tailwind CSS
Usage
- Create a new directory for your project and navigate to it:
mkdir my-mern-app
cd my-mern-app- Run the generator:
npx mernbase- Start the development servers:
# Start backend (in one terminal)
cd backend
npm run dev
# Start frontend (in another terminal)
cd frontend
npm run devLicense
MIT
1.0.18
9 months ago
1.0.17
9 months ago
1.0.16
9 months ago
1.0.15
9 months ago
1.0.14
9 months ago
1.0.12
9 months ago
1.0.11
9 months ago
1.0.10
9 months ago
1.0.9
9 months ago
1.0.8
9 months ago
1.0.7
9 months ago
1.0.6
9 months ago
1.0.5
9 months ago
1.0.4
9 months ago
1.0.3
9 months ago
1.0.2
9 months ago
1.0.1
9 months ago
1.0.0
9 months ago