DEV Community

Discussion on: Become a Full Stack Developer by building these amazing applications

Collapse
 
rajeshpawar514 profile image
Rajesh

Hi after running the app with npm start command its not working in localhost

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

which app is not working?

Collapse
 
rajeshpawar514 profile image
Rajesh • Edited

Contact us Form

In localhost it shows error " Can't reach this page"

Thread Thread
 
myogeshchavan97 profile image
Yogesh Chavan • Edited

for contact us form you need to execute it differently.

  1. npm install
  2. npm run start-app

I have already mentioned the steps for running the app in every GitHub repository Readme. For contact us you can find it here

Thread Thread
 
rajeshpawar514 profile image
Rajesh

Ok i will try this. Thanks a lot.