1.0.18 • Published 6 months ago

mernbase-typescript-react v1.0.18

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

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-react

Or install globally:

npm install -g mernbase-typescript-react

What's Included

  • Backend: Express + TypeScript
  • Frontend: React + TypeScript + Vite + Tailwind CSS

Usage

  1. Create a new directory for your project and navigate to it:
mkdir my-mern-app
cd my-mern-app
  1. Run the generator:
npx mernbase
  1. Start the development servers:
# Start backend (in one terminal)
cd backend
npm run dev

# Start frontend (in another terminal)
cd frontend
npm run dev

License

MIT

1.0.18

6 months ago

1.0.17

6 months ago

1.0.16

6 months ago

1.0.15

6 months ago

1.0.14

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago