Skip to content

Getting Started

Jason Strimpel edited this page Jul 20, 2014 · 3 revisions

Lazo is a node module. Installing and creating a new Lazo application is as easy as uno, dos, tres.

Installation and Application Creation

To install Lazo execute the following command:

npm install -g --production lazo

Next clone Lazo TodoMVC example:

git clone git@github.com:jstrimpel/lazojs-todomvc.git

Finally start the new application:

lazo start lazojs-todomvc

You are done.

To verify that the application is running open http://localhost:8080 in a browser.