starter-mern-ts
v1.0.2
Published
Full-stack React/Node starter boilerplate with Firebase auth
Downloads
10
Maintainers
Readme
MERN Starter Package
A full-stack React/Node starter boilerplate with Firebase auth and more.
Features
- React + TypeScript + Vite client
- Node.js + Express + TypeScript server
- Firebase authentication
- MongoDB integration
- Shadcn UI components
- Dark/light theme support
- Responsive design
Installation
# Using npm
npm install -g starter-mern-ts
# Using yarn
yarn global add starter-mern-tsUsage
# Create a new project
create-starter-app my-new-project
# Run the client
cd my-new-project/client
npm run dev
# Run the server
cd my-new-project/server
npm run startConfiguration
After creating your project, you'll need to:
- Set up a Firebase project and update the client/.env file with your Firebase credentials
- Set up a MongoDB database and update the server/.env file with your connection string
License
MIT
