Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Super basic v2 starter #845

Merged
merged 10 commits into from
Nov 13, 2020
Merged

Super basic v2 starter #845

merged 10 commits into from
Nov 13, 2020

Conversation

adamkendis
Copy link
Member

@adamkendis adamkendis commented Nov 12, 2020

Fixes #843

barebones v2 starter

  • Moved v1-specific stuff into v1/ directory for now.
  • Basic Header (no routing), Footer, stub for Map.
  • Added a few v2 deps, removed some v1 deps.
  • Commented out analytics/tracking scripts.

Screen Shot 2020-11-12 at 3 38 48 PM

  • Up to date with dev branch
  • Branch name follows guidelines
  • All PR Status checks are successful
  • Peer reviewed and approved

Any questions? See the getting started guide

Copy link
Contributor

@tan-nate tan-nate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@@ -3,13 +3,12 @@
"version": "0.1.0",
"homepage": "https://www.311-data.org/",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love this!

"@react-pdf/renderer": "^1.6.8",
"axios": "^0.19.0",
"babel-jest": "^24.9.0",
"bezier-easing": "^2.1.0",
"bulma": "^0.8.0",
"bulma-checkradio": "^1.1.1",
"bulma-switch": "^2.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and really love this!

const theme = createMuiTheme({
palette: {
type: 'dark',
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yessss

@adamkendis adamkendis merged commit 3a3c51e into hackforla:dev Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Update/clean up front end dependencies for v2
3 participants