I just installed node.js
on my centos 7 server, then install react
it successfully created my new react app, after that, I run:
npm start
and or serve -s build
but none of these run in my browser.
This site can’t be reached
how can I solve this?
2
Answers
If you have sever inside can you try with start debugging of your application
Stop npm, if you’re using yarn
Start the project with command above, inside your project home folder
Take some time to learn commands below: