My First React and Node.JS Project This is a personal movie recommendation list that can be updated and added to according to preference
- Open 2 terminals
- In the first one. Navigate to the
uidirectory - Run
npm ci. This will install all the libraries and only needs to be done once. - Run
npm start. This will launch the React website. It has "reload-on-save" so no need to run it more than once. - In the second terminal navigate to
serverdirectory - Run
npm ci. Again, just once. - Run
npm start. This one does not have reload-on-save so you will have to ctrl+c and rerun the program when you make changes