thanks! realized its important to install "react-bootstrap" in the appropriate folder. My project has two package.json's at different levels. The root level json was not reached. needed to activate the command in my "client"/"frontend" folder
json-server allows you to create mock data for testing . It is possible to define a JSON file with fictitious data that will be returned in requests, facilitating the development and testing of applications before integrating them with a real API.
Es lo que buscaba, gracias
Thank you very much! You helped me a lot fr!! Bless you!
Glad to hear that!
thanks! realized its important to install "react-bootstrap" in the appropriate folder. My project has two package.json's at different levels. The root level json was not reached. needed to activate the command in my "client"/"frontend" folder
Nice, how to change the carousel size or the images?
Cheers.
Use CSS to customize image height or width.
what is the use of mock.js, i can put the link of tihe image directly without this file right?
json-server allows you to create mock data for testing . It is possible to define a JSON file with fictitious data that will be returned in requests, facilitating the development and testing of applications before integrating them with a real API.
Yes! you can do this, but this method is more dynamic and practical, as the data will be requested.