Git Product home page Git Product logo

examples's Introduction

dojo-examples

Build Status

This repository contains example applications built using Dojo 2.

For current progress on Dojo 2, contribution guidelines and other information, please visit dojo/meta.

Usage

Currently, the examples assume you have a version of NodeJS 6 or later installed globally and available on the command line. Also, if you wish to see some of the examples, you will need a local web server installed.

First, clone the repository locally:

> git clone https://github.com/dojo/examples.git

Then change directory to the example you wish to work with and use npm to install the dependencies:

> cd todo-mvc
> npm install

If you don't have Grunt installed globally, you will need to do so:

> npm install -g grunt

To build a version of a web application you can access, the default task for Grunt will do so:

> grunt

Assuming that the root of this repository is available on your local web server under /examples then the application should be available on http://localhost/examples/todo-mvc/_build/src/ or http://localhost/examples/todo-mvc-kitchensink/_build/src/

Deploying to gh-pages

Assuming that you are working on a clone of the repository on the branch that you would like to deploy (typically master)

This assumes that npm & typings & dojo-cli have been installed for the example applications.

./scripts/gh-pages-publish.sh

The latest version(s) will now be available on github pages.

Features

There are currently three examples:

Application examples that are deployed to gh-pages:

How Do I Contribute?

We appreciate your interest! Please see the Dojo Meta Repository for the Contributing Guidelines and Style Guide.

Installation

Refer to each README.md for details on installing the example.

Testing

Refer to each README.md for details on testing the example.

Licensing Information

© 2017 JS Foundation. New BSD license.

examples's People

Contributors

agubler avatar dylans avatar jdonaghue avatar kitsonk avatar lzhoucs avatar maier49 avatar matt-gadd avatar novemberborn avatar rishson avatar rorticus avatar smhigley avatar tomdye avatar vansimke avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.