fullkit
v1.0.4
Published
A fullstack MERN app starter kit with separate frontend and backend projects
Maintainers
Readme
FullKit - MERN Stack Starter Kit
FullKit is a complete MERN (MongoDB, Express, React, Node.js) stack starter kit that includes separate frontend and backend projects to kickstart your fullstack development.
Features
- Frontend: React-based project with modern tooling
- Backend: Node.js/Express server with MongoDB integration
- Ready-to-use: Just install and start coding!
Installation
npm install fullkitAfter installation, you'll find the projects in:
node_modules/fullkit/frontend-project
node_modules/fullkit/backend-project
Usage
Copy the projects to your desired location
Install dependencies in each project:
cd frontend-project && npm install
cd ../backend-project && npm installStart developing!
Project Structure Frontend Project React application
Modern JavaScript/TypeScript
Sample components and routing
Backend Project Express.js server
MongoDB connection setup
Sample API routes
Authentication boilerplate
Contributing
- Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
