staticc
v0.8.5
Published
Staticc is a static side generator. It is made for simple static sides and gives you the possibility to change data one the page without touching the HTML. You simply update the data in the data.js and build the page again.
Downloads
7
Readme
Staticc
Staticc is a static side generator. It is made for simple static sides and gives you the possibility to change data one the page without touching the HTML. You simply update the data in the data.js and build the page again.
Installation
$ npm install staticc
or
$ yarn add staticc
Quick start
Initialize a new project
$ staticc init
Start the live server
$ staticc serve
Create a development build
$ staticc build-dev
Create a production build (minified)
$ staticc build
Documentation
If you need a simple documentation click here.
License
ISC or MIT
Developend and maintained by iDot digital
GitHub
If you want to see the source code, click here.