Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 542 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 542 Bytes

React SPA Boilerplate

About

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.

Why to use vite in my react application?

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.

Useful links