Instructions

Run locally

cd {folder}
npm install
npm start

Open http://localhost:1234.

Build for deploying

After building, you can upload dist folder to a hosting service like Netlify

cd {folder}
npm install
npm run build