Requirements
Check your versions by running:
node -v and npm -v in your terminalQuick Start
1
Extract Files
Extract the downloaded ZIP file to your desired location. We recommend a location like:
C:\Projects\latch(Windows)~/Projects/latch(Mac/Linux)
2
Install Dependencies
Open a terminal in the project folder and run:This will install all required packages. It typically takes 1-2 minutes.
3
Start Development Server
Start the development server:You should see output like:
4
Visit your site
Open your browser and navigate to:Congratulations! Your hosting website is now running locally.

