kaesler / LaminarWithUI5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala.js - Vite project template


Usage

This is a sbt project configured specifically for Scala.js and Vite.

Starting dev server

First thing in order to run this project, is to install vite dependency. To do it run yarn install To start Scala.js - Vite developement server, you first need to start incremental compilation for code. It is done by running sbt ~fastLinkJS directly from shell of just ~fastLinkJS from SBT shell instance. The next step is to start the server. To do it, run yarn dev or if you use npm npm run dev in your terminal.

Adding new dependencies

To add new dependencies, do it with yarn add ${dependencyName}

About


Languages

Language:Scala 71.3%Language:HTML 13.7%Language:CSS 8.0%Language:JavaScript 7.0%