Meteor todo list
Taking my first steps in Meteor by following this tutorial to build a todo app.
Run the app
cd meteor-todo-list
meteor
Open your web browser and go to http://localhost:3000 to see the app running.
A simple app to manage a 'to do' list and collaborate with others on those tasks.
JavaScript
Taking my first steps in Meteor by following this tutorial to build a todo app.
cd meteor-todo-list
meteor
Open your web browser and go to http://localhost:3000 to see the app running.