vimwiki

React set up with vite

npm create vite@latest my_app_name -- --template react

cd my_app_name
npm install

# run server
npm run dev