Skip to content

Development Tools

Jason edited this page Sep 29, 2014 · 1 revision

A number of tools to make creating and mantaining Lazo applications easier are currently under development or in the backlog.

Unit Testing

Lazo applications can unit tested using your preferred unit testing library or grunt-castle can be leveraged. Grunt-castle is a unit testing plugin for testing server, server, and client-server AMD code bases.

grunt-castle

Generator

A CLI application generator is currently under development to make creating new applications and adding resources to existing applications much easier.

Basic functionality has been implemented including support for custom templates. Give it a try!

Lrrr

Install lrrr.

npm install -g lrrr

Create a Lazo application.

lrrr create app my-app

Start application. Be sure to install Lazo if you haven't done so already, npm install -g --production lazo.

lazo start my-app

Open browser, http://localhost:8080/.