Skip to content

Commit bf6cae2

Browse files
committedJun 20, 2017
first commit
0 parents  commit bf6cae2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1062
-0
lines changed
 

‎.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015", "stage-0", "react"]
3+
}

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
yarn.lock
3+
npm-debug.log
4+
.DS_Store

0 commit comments

Comments
 (0)
Please sign in to comment.