Skip to main content

Hello World service diagram

Run locally

1

Install the CLI and clone

npm i -g @specific.dev/cli
git clone https://github.com/specific-dev/examples.git
cd examples/node-hello-api
2

Start the development server

specific dev
Open the URL shown in the output to see the API response.
3

Deploy to production

specific deploy