-
Notifications
You must be signed in to change notification settings - Fork 48
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.
To install Lazo execute the following command:
npm install -g --production lazoNext clone Lazo TodoMVC example:
git clone git@github.com:jstrimpel/lazojs-todomvc.gitFinally start the new application:
lazo start lazojs-todomvcYou are done.
To verify that the application is running open http://localhost:8080 in a browser.
Overview
Life Cycles
Getting Started
Development Tools
Application Structure
application.js
Configuration
Configuration Providers
Logging
Module Loader
Assets
Combo Handling
Components
Models and Collections
Views
Templates
Layouts
Imports
Links
Request Filters
Crumb
Server Setup
Error Templates
Page Template
Server Utilities
Node Modules
Contributing