npm install
npm run build
Navigate to the build folder and start a local server:
cd build python3 -m http.server
Open http://localhost:8000 in your browser.
http://localhost:8000
Upload the build folder to a static hosting platform of your choice.
build