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/.
-
Install NodeJS >= v4.0.0 and NPM >= v3.0.0, if you don't have it yet. You can find it here.
-
Install local dependencies:
npm install
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/finalnpm 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.