/ride-share-website-react-js

A sample ride share website built with Meteor & React.

Primary LanguageJavaScript

ride-share-website-react-js

A sample ride share website built with Meteor & React.

Features:

  • Demonstrate how easy it is to build a web app with Meteor and React together.
  • Create a new carpool
  • Join a carpool, and send an Email to the driver

Instructions:

  • Add your mail SMTP server URL in server/main.js, and the sender's address in imports/ui/CarpoolTable.jsx
  • cd ride-share-app
  • meteor npm install (this will install all the packages, you will see that a folder called "node_modules" will be created)
  • meteor (this will run the web app)
  • Go to http://localhost:3000