Hope helping me: running a next/node project with npm instructions
Unanswered
Pomeranian posted this in #help-forum
PomeranianOP
Hi everyone 👋
I’m learning Next.js and trying to run an existing e-commerce project so I can study how large platforms are built.
The project uses Next.js (frontend) and Node.js (backend). According to the instructions, it should run with:
But it’s not working properly on my side, and I’ve already spent a lot of time trying to fix it.
If anyone has experience running existing Next.js projects or knows common setup steps I might be missing, I’d really appreciate your help and open to learning regarding you as a personal tutor.🙏
Thanks!
I’m learning Next.js and trying to run an existing e-commerce project so I can study how large platforms are built.
The project uses Next.js (frontend) and Node.js (backend). According to the instructions, it should run with:
npm run devBut it’s not working properly on my side, and I’ve already spent a lot of time trying to fix it.
If anyone has experience running existing Next.js projects or knows common setup steps I might be missing, I’d really appreciate your help and open to learning regarding you as a personal tutor.🙏
Thanks!
5 Replies
Giant panda
Well , if you have both frontend and backend. then I think you have to run both of it together with separate terminal.
Depend on backend which stack it has been used
@Pomeranian Hi everyone 👋
I’m learning Next.js and trying to run an existing e-commerce project so I can study how large platforms are built.
The project uses Next.js (frontend) and Node.js (backend). According to the instructions, it should run with: `npm run dev`
But it’s not working properly on my side, and I’ve already spent a lot of time trying to fix it.
If anyone has experience running existing Next.js projects or knows common setup steps I might be missing, I’d really appreciate your help and open to learning regarding you as a personal tutor.🙏
Thanks!
Why you need a node backend? and i advice you get a more technical background on how to use Nextjs properly to get maximum performance out of it.
You dont wanna use Nextjs as a frontend you want to start rendering your ecommerce in Nextjs so you reduce js load of what is rendered in client. To reduce server load you need to start to use cache for the render in server.
i sent you a dm in case you need a bit of background