Application can be accessed at: http://simple-green-loans.meteorapp.com/#/
- Download Meteor (https://www.meteor.com/install)
- Clone this repository
- Open a terminal, and cd into the app/ directory.
- Run
meteor npm install
- Intialize email setup:
meteor add email
- Install uniforms-unstyled:
meteor npm install --save uniforms-unstyled
- Run the system with:
meteor npm run start
- Go to https://localhost:3000 on your web browser to see the app
For details, please see http://ics-software-engineering.github.io/meteor-application-template-react/