Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 540 Bytes

readme.md

File metadata and controls

26 lines (20 loc) · 540 Bytes

Boilerplate for Meteor and React

A Meteor, React and auth setup.

It uses Meteor Version 1.6.1 and React Router 4 for routing.

"dependencies": {
  "@babel/runtime": "^7.0.0-beta.39",
  "babel-runtime": "^6.26.0",
  "history": "^4.7.2",
  "meteor-node-stubs": "^0.3.2",
  "moment": "^2.20.1",
  "prop-types": "^15.6.0",
  "react": "^16.2.0",
  "react-dom": "^16.2.0",
  "react-router-dom": "^4.2.2",
  "simpl-schema": "^1.4.1"
}

Credits:

Andrew Meade's Meteor and React course on Udemy.

https://www.udemy.com/meteor-react/