A git visualizer app that lets users review their Github repositories as clean, intuitive, metro-style diagrams. We hope to give our users a greater understanding of their Git workflow and ultimately empower them to be confident in future decision-making.
TechStack Setting Up the Dev Environment Starting the App System Architecture Credits License
React / Redux Material-UI Node.js / Express Webpack / Babel
.
βββ example
βββ img
βββ server # HTML and server files
βββ src # Front-end (React) files
βββ style # CSS
βββ test # Mocha tests
βββ .babelrc
βββ .eslintrc
βββ .gitignore
βββ README.md
βββ _CONTRIBUTING.md
βββ package.json
βββ webpack.config.js
*Install Dependencies [ ] Navigate to the root directory and run βnpm installβ
Please follow the βSetting Up the Dev Environmentβ instructions before starting the app
- From the root directory, run
npm start
to start the server - Navigate to localhost:8080
Please see _CONTRIBUTING.md.
Special thanks to Allen Price, Zak Golding, and Nathaniel Schwab.
MIT