Search code examples
javascripthtmlreactjscreate-react-app

How to view a simple create-react-app component offline?


Specifically, I have a very simple calculator component. No databases involved, just simple computations done client-side.

I want to use this component on an old laptop that cannot connect to the internet.

What is the best way to go about this?


Solution

  • React doesnt require internet if database is not used. Just build project, and send index.html to any device you want