@vanillas/template-polka

A scaffolding template for PolkaJs REST APIs

Usage no npm install needed!

<script type="module">
  import vanillasTemplatePolka from 'https://cdn.skypack.dev/@vanillas/template-polka';
</script>

README

Vanilla PolkaJs template

This is a base PolkaJs REST API application upon which you can create new endpoints, to help reduce the time needed to setup common boilerplate files.

Install

Scaffold the project using npx (or you can globally install create-vanilla-polka and invoke the command below without npx)

# npx create-vanilla-polka my-app
# cd my-app
# npm start

Begin adding new files and modifying the thigns you want to change to existing files.