Skip to main content

NOVAS

A build tool that lets developers easily set up Svelte applications in a Deno runtime.

Features

  • Compiler
  • Bundler
  • Live Reloading

Overview

  • After installing, run the following commands to get started.
novas create my-app
cd my-app
novas build
novas dev
  • After running novas dev, open http://localhost:5000 to see your app.

  • Make changes to the .svelte files in the source folder for live reloading on the browser.

How to install NOVAS

  • Install the latest version of Deno.
  • Install NOVAS
deno install --allow-net --allow-read --allow-write --unstable -n novas https://raw.githubusercontent.com/Group6OSP/SvelteDeno/master/cli/cli.ts

How to use NOVAS

  • To create a project, type:
novas create [project name]
  • To compile, first change directories to the root of the project (cd [project name]) then type:
novas build
  • To start developing, type:
novas dev

Meet the NOVAS team

  • Christie Herring
  • Garrett Hickman
  • Sylvia Liu
  • Tanner Peterson