Writing
freeCodeCamp·Oct 2023·13 min read

How to Migrate from create-react-app to Vite using Jest and Browserslist

The React team no longer recommends create-react-app. A step-by-step migration of a production app to Vite, keeping Jest for tests and fixing browserslist along the way.

The React team no longer recommends create-react-app. A step-by-step migration of a production app to Vite, keeping Jest for tests and fixing browserslist along the way.

This piece is published with freeCodeCamp.

Read the full article on freeCodeCamp