I tried running task2 project. Task1 was html-css-js project therefore it was easy to run but task2 project was quite confusing.
Task2 project is a react application so I cd into task2 project and ran npm start.
It showed me an error and I was confused. It asked me to install react-scripts.
I installed react-scripts using
After installing react-scripts, again ran
Then the app started and worked fine.
My point is I was able to do it because I was able to understand the error, for the beginners who will get this error and will not be able to resolve this error, they will feel demotivated. So, I want to add this in the readme to specify how should we correctly run task2 project.
I tried running task2 project. Task1 was html-css-js project therefore it was easy to run but task2 project was quite confusing.
Task2 project is a react application so I cd into task2 project and ran npm start.
It showed me an error and I was confused. It asked me to install react-scripts.
I installed react-scripts using
After installing react-scripts, again ran
Then the app started and worked fine.
My point is I was able to do it because I was able to understand the error, for the beginners who will get this error and will not be able to resolve this error, they will feel demotivated. So, I want to add this in the readme to specify how should we correctly run task2 project.