Skip to content

Installation

npm

AppRun is distributed on npm. To get it, run:

npm install apprun

Create AppRun App

The npm create apprun-app command line tool creates a new AppRun project. It can scaffold a new project with build tools and a development server.

To create a project, run:

npx create-apprun-app my-app
cd my-app
npm start