Skip to content

Lakshayar0ra/LoanApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

How to run the project on Localhost

Frontend -

Open the terminal in the project directory and Run following Commands -
$ cd frontend
$ npm install
$ npm start

After running above commands, frontend will be automatically started at http://localhost:3000

Backend -

Open the new terminal tab in the project directory and Run following Commands -
$ cd backend
$ npm install
$ npm run dev

After running above commands, backend will be automatically started at http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors