Skip to content

eshanvaid/stock-auction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock-auction

To run this project on a local machine:

  1. Clone the repository to your local machine using the following command:
  git clone https://github.com/eshanvaid/stock-auction
  1. Navigate to the root directory of the project and install the necessary dependencies using the package manager of your choice. For example, if you are using npm, you can use the following command:
npm install
  1. Start the development server by running the following command:
npm start

  1. Open another terminal and navigate to the frontend directory from root directory and install dependencies for the frontend app and start the frontend.
cd stock-market
npm install
npm start
  1. The app should now be running on your local machine at http://localhost:3000.

About

Stock Market auction simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages