"Node": "16.10.0",
"Npm": "8.19.2"
npm run install
# By installing the packages correctly npm will build the app.
npm start
# Executing this command will start a server in the following path: http://localhost:3030/
4 If the previous step generates an error or allows you to view the app, please execute these commands
- npm run build
- npm start