You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull the code and open in your IDE or code editor of choice (Visual Studio Code Recommended).
Open the terminal and navigate to the main folder "tanteta-react"
Navigate to the sub-folder "tanteta-react-frontend" and run the command npm run dev
Navigate to the other sub-folder "tanteta-react-backend" and run the command npx nodemon src/server.js
Allow the terminal window open to monitor logs.
How to stop the app in LocalHost
In the same terminal window, run the command control + C if you are on mac, or exit if you are on PC. Make sure you are still in the sub-folder "tanteta-react-backend"
Navigate to the sub-folder "tanteta-react-frontend" and run the command control + C if you are on mac, or exit if you are on PC.