gbowne1 / fashion-marketplace

E-commerce Project Built with MongoDB, Express, React, Node.js, and MUI. Browse and purchase products online.
MIT License
3 stars 5 forks source link

chore: Set up Nodemon for automatic server restart #7

Closed TiagoRibeiro25 closed 1 year ago

TiagoRibeiro25 commented 1 year ago

2

Made revisions to package.json to include a reference to the nodemon dependency. Adjusted the nodemon.json configuration file. Noteworthy change: Altered the port to 5000, as the client application is already utilizing port 3000.