Skip to content

Commit

Permalink
created a root README document for starter projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
atebitftw committed Sep 29, 2012
1 parent d99e3c8 commit dd9074e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
19 changes: 19 additions & 0 deletions example/starter_projects/README.md
@@ -0,0 +1,19 @@
# Starter Projects #
This directory contains several starter projects, which can be copied
to another location as a basis for your own projects.

If you copy the project somewhere else, remember to run 'pub install' (or let the Editor do it)
so you can get the buckshot library and all it's dependencies.

# Projects #

## hello_world ##
A simple "hello world" project.

## starter_project ##
Using a standard MVVM file structure, this project demonstrates:

* How to access a template from a web page.
* How to create a custom View object.
* How to declare and bind to properties in view model.
* How to wire up a Button click event from template to view model.
3 changes: 0 additions & 3 deletions example/starter_projects/starter_project/README.md

This file was deleted.

Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Buckshot Starter Template</title>
<title>Buckshot Starter Project</title>
</head>
<body style='margin:0px;padding:0px'>

Expand Down

0 comments on commit dd9074e

Please sign in to comment.