@acutejs/template-basic
v0.2.1
Published
A simple Acute setup for quick prototyping.
Downloads
11
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