meteor-todo

4.0.3 • Public • Published

Meteor todo

npm version Generic badge

This is a basic todo app with the meteor platform and React.

https://raw.githubusercontent.com/Sylhare/meteor-todo/security/meteor-todo.png

Installation

Meteor

Following the meteor installation procedure.

On OSX / Linux:

curl https://install.meteor.com/ | sh

React

The app is running with react, sometime it is not installed automatically.

After installing meteor, go into the todo-app/ folder and make sure you have the react dependencies installed using:

meteor npm install --save react react-dom

Getting Started

Basic use

Then start the app with:

meteor

The the app should be running at localhost:3000/.

Database manipulation

Once the app is started, you can open a new terminal and manually add a todo item with this command:

meteor mongo

A mongo DB is created automatically with meteor, add a new task that will be store in this database with:

db.tasks.insert({ text: "Hello world!", createdAt: new Date() });

Readme

Keywords

none

Package Sidebar

Install

npm i meteor-todo

Weekly Downloads

2

Version

4.0.3

License

MIT

Unpacked Size

13.7 kB

Total Files

17

Last publish

Collaborators

  • sylhare