# scalajs-vite-example **Repository Path**: yjgbg/scalajs-vite-example ## Basic Information - **Project Name**: scalajs-vite-example - **Description**: .......... - **Primary Language**: Scala - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-18 - **Last Updated**: 2023-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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}`