0.2.1 • Published 4 years ago

@acutejs/template-basic v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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