Next.js Discord

Discord Forum

Start Next Js In Vps

Answered
# [i].Dabby posted this in #help-forum
Open in Discord
Avatar
How i can start next js in windows vps [only front no backend ]
Answered by B33fb0n3
as gin said, nextjs is a fullstack enviroment. If you want only frontend, you should use react or any other frontend library.

With that said you can still host your app. A specific video could be this: https://youtu.be/sIVL4JMqRfc

This is a dockerized hosting. It can be very confusing for you especially if you don't know what you are doing (what I assume rn - I am talking from experience)
View full answer

11 Replies

Avatar
no vid ?
and thx for help
Avatar
there doesnt exist "only front" in nextjs
if u run nextjs, u are running a node server
just clone your app and run it with start
thats it
Avatar
as gin said, nextjs is a fullstack enviroment. If you want only frontend, you should use react or any other frontend library.

With that said you can still host your app. A specific video could be this: https://youtu.be/sIVL4JMqRfc

This is a dockerized hosting. It can be very confusing for you especially if you don't know what you are doing (what I assume rn - I am talking from experience)
Answer
Avatar
@# [i].Dabby solved?
Avatar
Thx
Avatar
happy to help