NOVAS is a comprehensive build tool that enables developers of all experience levels to efficiently set up Svelte applications in a Deno runtime.
Repository
Current version released
4 years ago
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.tsHow 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 devMeet the NOVAS team
- Christie Herring
- Garrett Hickman
- Sylvia Liu
- Tanner Peterson