Start Next Js In Vps
Answered
# [i].Dabby posted this in #help-forum
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)
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)
11 Replies
no vid ?
and thx for help
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
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)
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
@# [i].Dabby solved?
Thx
happy to help