This is a template with the following:
- React bundled by Vite: [https://vitejs.dev/guide/]
- Bootstrap via react-bootstrap: [https://react-bootstrap.github.io/docs/getting-started/introduction]
- Routing via React-Router [https://reactrouter.com/en/main/start/overview]
- $
nvm use 20 - $
npm install - $
npm run dev
production deploy to Vercel [https://vercel.com/]
- create Vercel account
- import git repo
- configure project
- override output directory to 'dist'
- from branch 'main':
- $
npm run build - add changes and push to repo