Skip to content

jrTilak/mern-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published