mcnamee / react-native-starter-kit

:rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:
MIT License
3.35k stars 865 forks source link

Unable to start the react web app #213

Closed uimax closed 5 years ago

uimax commented 5 years ago

I cloned react-native-starter-kit git and follow the instructions: yarn install and then yarn run web, but web app not working. I have received the error as shown below:

5053308b092333b800ad53aeb53a0176

And did you remove the webpack?

Thanks!

mcnamee commented 5 years ago

Looks to be an error with the variable setting - i.e. PORT=3001. Can you try removing that part of the respective package.json command and let me know if it resolves?