/functions-getting-started

A hello world app using VTEX IO functions

Primary LanguageTypeScript

Functions Getting Started

A quick start app using the functions-ts builder for building simple, scalable back end functions.

First, install the VTEX Toolbelt and login:

$ npm i -g vtex
$ vtex login

Download this repo and open a terminal in its folder.

Then, use link to start developing your app:

$ vtex link

Finally, access your endpoint at:

// TODO