Skip to content

Instantly share code, notes, and snippets.

@vsimko
Last active April 20, 2018 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsimko/eba42b269b9c48cca201687f4de13c90 to your computer and use it in GitHub Desktop.
Save vsimko/eba42b269b9c48cca201687f4de13c90 to your computer and use it in GitHub Desktop.

The easiest way to create a microservice

mkdir micro-demo
cd micro-demo
yarn add micro
echo 'module.exports = () => "Welcome to Micro"' > index.js
yarn micro

Now browse to http://localhost:3000

curl localhost:3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment