Skip to content

Commit

Permalink
Performing Quick Save
Browse files Browse the repository at this point in the history
  • Loading branch information
kamescg committed Apr 4, 2018
0 parents commit 268c9bf
Show file tree
Hide file tree
Showing 681 changed files with 242,375 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"presets": [
"es2015",
"stage-0",
"react"
],
"plugins": [
["babel-plugin-idx", {
"importName": "./idx"
}],
"transform-regenerator",
"transform-class-properties",
"transform-object-rest-spread",
"add-module-exports",
"dynamic-import-webpack"
],
"env": {
"production": {
"presets": ["react-optimize"]
},
"development": {
"plugins": [
"react-hot-loader/babel"
]
}
}
}
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
REACT_APP_NAME="HackathonInABox"
REACT_APP_INFURA="uouwrwAV2ydq1UyPqCPa"
REACT_APP_GLOBAL_DEBUG=true
6 changes: 6 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"projects": {
"default": "hackathon-in-a-box"
}
}

22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
node_modules/

# testing
coverage/

# production
build/
dist/

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Loading

0 comments on commit 268c9bf

Please sign in to comment.