This is just nano-react-app with the newest versions of React and Vite, and no Babel in sight...
Clone without commit history:
npx degit as-troska/pico-react-app
Remember to install packages after cloning:
npm install
To run development server:
npm start
To build for production:
npm run build