Migrated from Parcel to Vite

This commit is contained in:
2022-06-08 11:36:03 +02:00
parent 37d7551cd9
commit aa95cd7abc
6 changed files with 999 additions and 1422 deletions

5
frontend/index.tsx Normal file
View File

@@ -0,0 +1,5 @@
import ReactDOM from 'react-dom'
import { App } from './src/App'
const root = document.getElementById('root')
ReactDOM.render(<App />, root)