iamsrikanthnani / starter-mern

A starter project for anyone looking to dive into web development using the MERN stack.

Home Page:https://starter-mern.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter MERN Project πŸŽ‰

Welcome to the Starter MERN project! This beginner-friendly project provides a solid foundation for diving into web development using the MERN stack (MongoDB, Express, React, Node.js). Whether you're new to web development or looking to explore the MERN stack, this repository offers clear documentation and simple examples to kick-start your journey.

Table of Contents πŸš€

  • Installation
  • Getting Started
  • Project Structure
  • Contributing
  • License

Installation πŸ› οΈ

To get started with this project, follow these steps:

  1. Clone the repository:
git clone https://github.com/iamsrikanthnani/starter-mern.git
cd starter-mern
  1. Install all project dependencies:
npm run install:all

Getting Started πŸš€

Once you've installed the dependencies, you can start the client and server parts of the project:

  • Start the server:
npm run start:server
  • Start the client:
npm run start:client

Your server will run on http://localhost:3030, and the client will run on http://localhost:3000.

Project Structure πŸ“‚

  • server/: Contains the server-side code (Node.js and Express) for your MERN stack project.
  • movie-app/: Houses the client-side code (React) for your web application.

Contributing 🀝

We welcome contributions from the community! If you'd like to contribute to this project, please follow the Contributing Guidelines.

License πŸ“œ

This project is licensed under the MIT License. See the LICENSE file for details.

Happy coding! 😎

About

A starter project for anyone looking to dive into web development using the MERN stack.

https://starter-mern.vercel.app


Languages

Language:JavaScript 71.3%Language:CSS 15.3%Language:HTML 13.4%