Hello World
A minimal Node.js HTTP server demonstrating the basics of deploying a service with Specific.

Run locally
Install the CLI and clone
curl -fsSL https://specific.dev/install.sh | shgit clone https://github.com/specific-dev/examples.git
cd examples/node-hello-apiStart the development server
specific devOpen the URL shown in the output to see the API response.
Deploy to production
specific deploy