Skip to content

AryanSinghIIIT/aryanTaskMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To set up and run this React app, follow these steps:

Install Dependencies

First, make sure you have all the necessary npm packages installed. Open your terminal and run:

bash Copy code npm install Start the JSON Server

This project uses a JSON server to provide a mock API. To start it, use the following command:

bash Copy code json-server --watch db.json --port 5000 This will start the JSON server on port 5000 and watch for changes in db.json.

Run the React App

To start the React app, use:

bash Copy code npm run dev This will start the development server and open the app in your default web browser.

Congratulations! Your React app is now set up and ready to use. Happy coding!