This is a boilerplate to create a react single page application. It uses Vite as build tool, react router for routing and axios as http client.
Using Vite give us the availability of native ES modules in the browser, and the rise of JavaScript tools written in compile-to-native languages.
More info can be found in https://vitejs.dev/guide/why.html.