Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode - Local Development Setup

To run the LeetCode React website locally, follow these steps:

Step 1: Setup Frontend

  1. Navigate to the client directory:

    cd client
  2. Install the required dependencies:

    npm i
  3. Run the development server:

    npm run dev
  4. The frontend will be hosted locally.

Step 2: Setup Backend

  1. Navigate to the server directory:

    cd server
  2. Install the required dependencies:

    npm i
  3. Start the backend server:

    node index.js
  4. The backend will now be running.

Visit the Website

  1. Open your web browser and go to http://localhost:YOUR_PORT (Replace YOUR_PORT with the port number your frontend is running on).

  2. Create a new user account.

  3. You will be redirected to the "Problem Set/All" page, which displays all the questions.

Enjoy using LeetCode!

About

Leetcode clone with Github Actions on AWS

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages