Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shannenwu committed Jan 2, 2019
0 parents commit 517d73f
Show file tree
Hide file tree
Showing 7 changed files with 6,563 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
["env", {
"targets": { "browsers": ["last 2 versions"] },
"useBuiltIns": true
}],
"react",
"stage-0"
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
Loading

0 comments on commit 517d73f

Please sign in to comment.