Deploy a Node.js App to Shiper
With Shiper it's really easy to deploy a Node.js app. This is perfect for a backend API, Next.js or a any other full-stack application.
Create a new project
If your are logged in to your Shiper account, you can create a new project by clicking on the Add Project button on the dashboard.
Select the Node.js template
When creating a new project fill in the form as usual and select the Node.js
deployment method from the list of available frameworks.
Configurations
In the Advanced Settings section, you can configure your project by setting the Build Command and Start Command. The Build Command is the command that will be used to build your app, and the Start Command is the command that will be used to start your app. You can also specify your Node Version we will yous the latest LTS version by default if nothing else is configured.
Deploy your Node.js project
There are no additional configurations required for a static site. You can simply click on the Deploy
button to deploy your site.