This is a Virtual Transaction App for allowing students to request documents to the school and provide requirements in return. School admins can validate those requests.
Checkout the app here
Clone the repository
git clone https://github.com/katherinegragg/virtualtransactionapp.git
Install dependencies:
npm install
Run the app:
meteor run
Run tests with Mocha:
meteor test --once --driver-package meteortesting:mocha
TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha
Visualize bundle size with Bundle Visualizer:
meteor --production --extra-packages bundle-visualizer
- @babel/runtime
- autoprefixer
- meteor-node-stubs
- postcss
- postcss-load-config
- react
- react-dom