Rewards/reward-tier module for a crowd-funding campaign/project page
- https://github.com/FEC-Kickstand/comments-module
- https://github.com/FEC-Kickstand/funding-widget-svc
- https://github.com/FEC-Kickstand/updates-service
- https://github.com/FEC-Kickstand/rewards-module-proxy
From within the root directory:
npm run build
npm start
To seed the database:
Enter appropriate user & password information into database/index.js file
npm run schema
npm run seed
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install