npm --version node --version
npm create vite@latest vitessce-current -- --template react cd vitessce-current npm install react@18.0.0 react-dom@18.0.0 npm run dev
Working directory is vitessce-current
rm -rf node_modules
rm package-lock.json
npm install
For private use, we have:
- supabase project to handle authentication. Lorena Pantano and Shannan Ho sui have access.
- Netlify deploys the webpage after each commit. Lorena has access. I cannot add anybody else, since I am in a free tiet.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.