How to install lit/lit. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
lit/lit Installation Guide
How to install lit/lit. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for lit/lit. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i lit/litor
Install via npx
npx @hexmos/ipm i lit/litPrerequisites
Node.js
system_toolVersion: >= 16.0.0
npm
package_managerVersion: 8.14.3
yarn
package_managerVersion: 20.0.1
git
system_toolVersion: 2.37.1
Visual Studio Code
environmentVersion: 1.64.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Binary Installation
git clone https://github.com/lit/lit.git
cd lit
npm ci
npm run build
npm run test
npm run benchmarksPackage Manager Installation
npm installPost Installation Steps
- Open your browser and navigate to http://localhost:3000/ to view the Lit application.
- To start a development server, run `npm run dev` in your terminal.
- For more information on using Lit, refer to the official documentation at https://lit.dev/
