Skip to content

Commit

Permalink
project bootstrap & basic widget
Browse files Browse the repository at this point in the history
  • Loading branch information
agroisman committed May 15, 2019
1 parent 37d61ed commit 0296a54
Show file tree
Hide file tree
Showing 6 changed files with 4,515 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"presets": ["env"],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx"
]
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
build/
dist/
Loading

0 comments on commit 0296a54

Please sign in to comment.