Skip to content

ghanasyaam/GradingPortal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started

This project is a React application integrated with Firebase. Follow the steps below to set up and run the application locally:

Steps to Run the App

# Step 1: Navigate to the backend directory and install dependencies
cd backend
npm install

# Step 2: Start the backend using Firebase emulators
firebase emulators:start --only functions

# Step 3: Open a new terminal, navigate to the frontend directory, and install dependencies
cd frontend
npm install

# Step 4: Start the frontend development server
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.9%
  • CSS 25.9%
  • TypeScript 19.2%
  • HTML 6.0%