forked from gothinkster/realworld-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- now: my wsl2 have postgresql and ringing
- i test node-express-prisma-v1-official-app run localhost with database ok. the URL like this: DATABASE_URL="postgresql://postgres:postgres@localhost:5432/realworld?schema=public"
- so now i goto rakkas-realworld: i need run full stack like demo on node, in dev mode so i can develop or test.
I did like this:
- git clone https://github.com/rakkasjs/rakkas-realworld.git
- cd rakkas-realworld
- pnpm install
- pnpm run configure
- pnpx prisma generate
- pnpm run dev
so just someting happen. not all
- server not run, so not acces to database. api not run...
- just client vite run on port like this:
[email protected] dev /home/quangtynu/rakkas-realworld
dotenv vite dev
VITE v3.1.8 ready in 438 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
so I think i mis some thing? dig into package.json file. i know that just script:
dotenv vite dev
so, just vite dev run. not full stack. what wrong here?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working