Create a Perfect React Project With Vite

How to set up a React project using Vite to achieve a 100% Lighthouse score

Rocky Li
JavaScript in Plain English
5 min readAug 26, 2022

--

Introduction

As a big fan of Next.js, I created a repository to achieve a 100% lighthouse score with the Next.js framework as a boilerplate for my other projects. The whole journey is logged in a medium story. Feel free to check out the…

--

--