Skip to content

Simple app to manage a task list using Meteor with Angular

Notifications You must be signed in to change notification settings

jainnakki/simple-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-todos Build Status

Simple app to manage a task list using Meteor with Angular

Use it to share a single todo list with your friends. The list updates on everyone's screen in real time, and you can make tasks private if you don't want others to see them.

By default, app runs at http://localhost:3000

Learn how to build this app by following the Meteor Tutorial.

Travis integration for tests

This can be used when deploying app on cloud for testing after every build.

Steps

  1. Sign up on Travis with our GitHub account if not already. It will sync all our repositories on GitHub.

  2. Go to our Travis profile page and enable this GitHub repository we would like to test.

  3. configuration file for Travis is available in root of our GitHub repository. This file is called ‘.travis.yml’

  4. Travis starts testing the repository automatically. You can see the status of the tests on your Travis profile page.

Congrats!, from now on every commit you push to your GitHub repository will be automatically tested by Travis.

screenshot

Running the app

meteor npm install
meteor

Testing the app

meteor npm test

About

Simple app to manage a task list using Meteor with Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published