Skip to Content
DocumentationGetting StartedQuick Start Guide 🚀

Quick Start Guide 🚀

Get Loopstack running locally in under a minute.

Prerequisites

  • Node.js 18.0+
  • Docker
  • Git

Install

npx create-loopstack-app my-project

Run

cd my-project npm run start

Your application is now running at: http://localhost:5173 

Last updated on