logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install wasp-lang/wasp. 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.

wasp-lang/wasp Installation Guide

How to install wasp-lang/wasp. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for wasp-lang/wasp. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i wasp-lang/wasp
or

Install via npx

npx @hexmos/ipm i wasp-lang/wasp

Prerequisites

Node.js

package_manager

Version: >=16.0.0

npm

package_manager

Version: 8.14.3

Yarn

package_manager

Version: 20.37.0

Python

language

Version: 3.9.10

Docker

system_tool

Install Docker to build and run the application.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

CLI Installation (Shell Script)

curl -sSL https://get.wasp.sh/installer.sh | sh

Homebrew Installation

curl -sSL https://github.com/wasp-lang/wasp/releases/latest | sh

Post Installation Steps

  • Open your browser and navigate to http://localhost:3000/ to view the app's default page.
  • Run `npm run dev` in your terminal to start the development server.