App Name - KitchenStory.com Available Scripts Run this script in both, the root folder and the ExpressBackend folder to install all the dependencies. npm start After extracting the project, you first need to start the express backend server. In the 'kitchen_story' folder, navigate to the 'ExpressBackend' folder. Open the terminal here and then run 'npm start'. Now, to start the frontend react server, navigate to the root folder 'kitchen_storyU', open the terminal there and then run 'npm start' command.