1. Getting Started
  2. Installation
Reading Time 10 Min
Published 11 July, 24
Level Intermediate

Welcome to the installation guide for Loom. Follow these simple steps to install and set up all necessary prerequisites, ensuring a smooth and efficient start with our application. Let's get you up and running in no time!

Prerequisites

Please follow these steps to install and set up all necessary prerequisites:

  • Bun

    Bun is a JavaScript runtime. Bun is a new JavaScript runtime built from scratch to serve the modern JavaScript ecosystem. It has three major design goals

Installation

Once you have completed the above steps, run the following commands in the terminal/command prompt from the root directory:

bun install

This would install all the required dependencies in the node_modules folder

bun start

Runs the project locally, starts the development server, and watches for any changes in your code, including HTML, JavaScript, Sass, and more. The development server is accessible at http://localhost:8080.

bun prod

Building production for application deployment & assets building using Bun and Vite.