- how to install.
- after cloning the file npm install in the main folder to install server side dependencies
- cd into product-list-frontend and npm install client side dependencies
- how to run. -to run the server, from the main directory npm run start (this will start our server)
- to run our react app to consume data from our server, cd into our product-list-frontend and npm run dev, this will start our client side app
This project has been created by a student at Parsity, an online software engineering course. The work in this repository is wholly of the student based on a sample starter project that can be accessed by looking at the repository that this project forks.
If you have any questions about this project or the program in general, visit parsity.io or email hello@parsity.io.