Skip to content

Commit d17b8d6

Browse files
committedOct 8, 2017
Initial commit. Basic UI. Emulating 4/35 commands.
0 parents  commit d17b8d6

File tree

187 files changed

+6435
-0
lines changed

Some content is hidden

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

187 files changed

+6435
-0
lines changed
 

‎.babelrc

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"presets": [
3+
["env", {
4+
"targets": {
5+
"browsers": [
6+
"last 2 Chrome versions"
7+
]
8+
}
9+
}]
10+
],
11+
"plugins": [
12+
"transform-object-rest-spread",
13+
"transform-react-jsx"
14+
]
15+
}

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
.DS_Store

0 commit comments

Comments
 (0)