Quickstart

Requirements

Creating new project

npm init ulka <project-name>
cd <project-name>
npm install

Above command will generate a basic template install all the dependencies.

Building static site

npx ulka

Above command builds all the files into output path specified in ulka-config.js.

Development server

npx ulka -w

Above command build, create live development server and watch files.


Edit this page on github
Introduction Ulka Syntax