Skip to content

How to run task2 project should be clearly displayed on readme #11

@RiyaGupta89

Description

@RiyaGupta89

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.

cd task2
npm start

It showed me an error and I was confused. It asked me to install react-scripts.
I installed react-scripts using

npm i react-scripts

After installing react-scripts, again ran

npm start

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TASK 2Labels for Task 2help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions