Skip to main content
Skip to main content

No-Fuss speedy trial

As said, there is no need for coding yet, we have created a Github repository ↗, a recipe, containing the most simple Node.js web application. The repo will be used as a source from which the app will be built.

  1. Log in/sign up to Zerops GUI ↗
  2. In the Projects box click on Import a project and paste in the following yml config (source ↗):
project:
name: my-first-project
services:
- hostname: helloworld
type: nodejs@latest
minContainers: 1
maxContainers: 3
buildFromGit: https://github.com/zeropsio/recipe-nodejs-hello-world@main
enableSubdomainAccess: true
  1. Click on Import project and wait until all pipelines have finished.

That's it, your application is now up and running! Let's check it works:

  1. A subdomain should have been enabled and visible in the project's IP addressed & Public Routing Overview box. Its format should look similar to this https://helloworld-24-8080.prg1.zerops.app.
  2. Click or the subdomain URL to open it in a browser and you should see
Hello, World!
Tip

Do you have any questions? Check the step-by-step tutorial, browse the documentation and join our Discord community to get help from our team and other members.