Simple Message app using Meteor.js and React based on the todos tutorial
git clone https://github.com/kmontg03/simple-message && cd simple-message
npm install
the npm dependencies
- To run:
npm run
- To test:
npm test
(server tests appear in console and client tests atlocalhost:3000
in the browser)