0

I am trying to run someone else's react app. In the description it's written in order to run it i should do the following

To run the webpack dev script run npm start [appname].

[appname] represents an app domain name in the test server. [appname] must be passed so that the app has a data structure. You can choose from any app in the test server.

What does[appname] mean exactly? Could you'll give me an example as to what command I could write in order to get this app started?

Edit: npm start would not work. This was because it was scripted in a way where you need to append something after it. I contacted the creator of this repo and he helped me solve this issue.

2 Answers 2

1

you just need to run npm start command only, If you face any error then share package.json and error.

Sign up to request clarification or add additional context in comments.

Comments

0

npm start would not work because it was scripted in a way where you need to append something after it. After reading the package.json I contacted the creator of this repo and he helped me solve this issue.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.