Getting Started

Installation

Linux/Unix:

sudo npm install -g shelloid

Windows:

Run a command prompt as Administrator and execute:

npm install -g shelloid

Creating & Starting an application

Creating an application:

shelloid app-name init Application will be initialized in the app-name folder.

Starting an application:

shelloid app-name

Table Of Contents

Previous topic

Introduction

This Page