Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

louk-lang/louk-intro

Repository files navigation

Louk Intro

A starter template for Louk

Build Status

Louk Intro preview

Instructions

  1. Clone this repository
git clone https://github.com/louk-lang/louk-intro.git
  1. Install npm modules
npm install
  1. Run your development server
npm run serve
  1. Build for production
npm run build