chat-with-gpt/app/public
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
..
lang Replace create-react-app with vite 2023-07-07 22:13:33 +02:00
favicon.ico v0.2.0 2023-03-14 11:00:40 +00:00
logo192.png v0.2.0 2023-03-14 11:00:40 +00:00
logo512.png v0.2.0 2023-03-14 11:00:40 +00:00
manifest.json v0.2.0 2023-03-14 11:00:40 +00:00
prose.css display svg images in code blocks 2023-03-16 09:48:46 +00:00
robots.txt v0.2.0 2023-03-14 11:00:40 +00:00