#Creating a project

15 messages · Page 1 of 1 (latest)

austere wadi
#

This is what i kept after deleting a few files

#

Code inside main.jsx:

import { createRoot } from 'react-dom/client'
import App from './App.jsx'

createRoot(document.getElementById('root')).render(
<App />
)

austere trail
#

Hey, it's due to misconfiguration

austere trail
#

You can start project by doing this npm create vite@latest

#

Or you can install vite globally then vite command like vite dev will work

#

npm install -g vite

austere wadi
austere wadi
#

I did that and followed some instructions on the terminal. Ended up getting an error i didnt even understand 😐

#

I reopened a new project

#

Now what to do?

#

This is what i see

runic wedge
#

Im a little confused on what you’re asking because it looks fine? based on the screenshot, it looks like its running and everything