Use our starter application template using the Koa framework. We built this application following best practices for integrating the Vertex platform.
- Copy
.env.template
to.env
and edit values - Run
docker-compose --file ./docker-compose.yml up
to start the app locally - Browse to http://localhost:8080/files
If you pull down changes, you'll need to run docker-compose --file ./docker-compose.yml build
to build them and then docker-compose --file ./docker-compose.yml up
again.
- Copy
.env.template
to.env
and edit values - Install dependencies,
yarn install
- Run
yarn dev
to start the local development server - Browse to http://localhost:8080/files
This starts a hot-reloading server, so code changes are immediately reflected.