Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/metal/metal-tutorial-todo

Simple Todo App built with Metal.js, intended to be used for metaljs.com tutorial.
https://github.com/metal/metal-tutorial-todo

Last synced: 2 months ago
JSON representation

Simple Todo App built with Metal.js, intended to be used for metaljs.com tutorial.

Awesome Lists containing this project

README

        

# metal-tutorial-todo

Simple Todo App built with Metal.js, intended to be used for metaljs.com
tutorial which can be found at https://metaljs.com/docs/tutorials/.

## Setup

1. Install NodeJS >= v4.0.0 and NPM >= v3.0.0, if you don't have it yet. You
can find it [here](https://nodejs.org).

2. Install local dependencies:

```
npm install
```

## Build

There are four different build scripts that can be used in this project. Two for
the JSX examples, and two for the Soy examples.

* `npm run build:jsx`: builds the example located in **src/jsx/**
* `npm run build:jsx:final`: builds the example located in **src/jsx/final**
* `npm run build:soy`: builds the example located in **src/soy/**
* `npm run build:soy:final`: builds the example located in **src/soy/final**

Please navigate to https://metaljs.com/docs/tutorials/tutorial-todo-jsx/ or https://metaljs.com/docs/tutorials/tutorial-todo-soy/ for more information.