Deploy React Project to my host

Hi,

I have a React project I wrote on Atom.
No backend and only local JSON files.

Is there a simple way to deploy it?

I have finished the front end section and am trying to get an understanding of React on other sites before doing the next tasks.

Thanks in advance.

Have you tried surge.sh?

If you have bootstrapped it with the create-react-app CLI here’s an easy guide on how to deploy it either on Surge.sh or Github Pages:

@Marmiz Excellent. Thank you.