chat-with-gpt/app
ZauberNerd a3da33d824
Replace create-react-app with vite
create-react-app seems to struggle a bit [1] and many folks are
recommending vite as an alternative, as that project is more active.
For me the reason to switch to vite is to reduce dependencies and speed
up the build process.

Replacing create-react-app with vite reduce the number of dependencies
from 1762 to 444.

I was also quite surprised, by how small the actual diff in this commit
is. From that perspective there is almost no discernible difference
between the two tools.

[1]: https://github.com/reactjs/react.dev/pull/5487#issuecomment-1409720741
2023-07-07 22:13:33 +02:00
..
public Replace create-react-app with vite 2023-07-07 22:13:33 +02:00
src Replace create-react-app with vite 2023-07-07 22:13:33 +02:00
.gitignore v0.2.0 2023-03-14 11:00:40 +00:00
index.html Replace create-react-app with vite 2023-07-07 22:13:33 +02:00
package.json Replace create-react-app with vite 2023-07-07 22:13:33 +02:00
tsconfig.json v0.2.0 2023-03-14 11:00:40 +00:00
vite.config.js Replace create-react-app with vite 2023-07-07 22:13:33 +02:00