@acutejs/template-basic

A simple Acute setup for quick prototyping.

Usage no npm install needed!

<script type="module">
  import acutejsTemplateBasic from 'https://cdn.skypack.dev/@acutejs/template-basic';
</script>

README

Acute.js basic template

A simple Acute setup for quick prototyping.

Note: it is not the intention of this basic template to generate a production ready build.

Features

Usage

Use npm to install dependencies and run the local server.

npm install
npm start

Building for deploy

Create a deployment ready build in the ./public/ directory by running the npm build task.

npm run build

Other samples