Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.44 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.44 KB

MERN TypeScript Starter Template

This is a starter template for building web applications using the MERN stack (MongoDB, Express.js, React.js, Node.js) with TypeScript.

For CONTRIBUTING, see CONTRIBUTING.md.

Technologies Used

Frontend read more

Backend read more

Getting Started

To get started with this template, follow these steps:

  1. Clone the repository:

     git clone https://github.com/jrTilak/mern-template
  2. Set up the environment variables: Create a .env file in the root directory and add the necessary environment variables from .env.example file.

  3. Install the dependencies and start the development server:

    cd ./frontend // or cd ./backend
    npm install
    npm run dev
  4. Open your browser

Frontend

Backend