Displays current team members in an organizaiton
- https://github.com/crunchly/Overview-Module
- https://github.com/crunchly/Funding-Status-Module
- https://github.com/crunchly/Chart-Module
- Install dependencies.
- Seed database with
npm run db:setup.- Run webpack with
npm run build.- Run server with
npm start.
Tests only pass if local Mongo database is active.
- Node 8.11.1
From within the root directory:
npm install -g webpack
npm install