项目作者: centrodph

项目描述 :
Simple todo list with or without login
高级语言: JavaScript
项目地址: git://github.com/centrodph/Meteor-todo.git
创建时间: 2017-08-06T15:07:27Z
项目社区:https://github.com/centrodph/Meteor-todo

开源协议:

下载


Meteor-team-wiki

Install Meteor

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

config external mongo db

export MONGO_URL=mongodb://SERVERNAME:PORT/YOUR_DB_APP

Install dependencies

npm install

Remove and Install : Meteor Bootstrap React

meteor npm install —save react-addons-pure-render-mixin
meteor add react-meteor-data
meteor add fourseven:scss
meteor add twbs:bootstrap
meteor npm install —save react-router react-router-dom
meteor npm install —save bcrypt
meteor add accounts-ui accounts-password