Skip to content

metal/metal-tutorial-todo

Repository files navigation

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.

  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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published