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/waspor
Install via npx
npx @hexmos/ipm i wasp-lang/waspPrerequisites
Node.js
package_managerVersion: >=16.0.0
npm
package_managerVersion: 8.14.3
Yarn
package_managerVersion: 20.37.0
Python
languageVersion: 3.9.10
Docker
system_toolInstall 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 | shHomebrew Installation
curl -sSL https://github.com/wasp-lang/wasp/releases/latest | shPost 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.
