Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
  1. Install Dependencies:
npm install
  1. Build the Project:
npm run build
  1. Run the Application:
npm start
  1. Access the Application:
    • Open a web browser and navigate to the localhost URL provided by the server (typically http://localhost:8080).