diff --git a/.gitignore b/.gitignore index 447f30c..efb558f 100644 --- a/.gitignore +++ b/.gitignore @@ -59,5 +59,5 @@ typings/ dist/ node_modules/ -public/ -.vscode/ + + diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..f5deb72 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,29 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "0.1.0", + "isShellCommand": true, + "showOutput": "always", + "suppressTaskName": false, + "args": [ + "--color" + ], + + "tasks": [ + { + "taskName": "npm:webpack-dev-server", + "command": "npm", + "args": ["run", "webpack-dev-server"], + "isBuildCommand": true, + "isTestCommand": false + }, + { + "taskName": "gulp:webpack", + "command": "gulp", + "args": ["webpack"], + "isBuildCommand": true, + "isTestCommand": false + } + + ] +} diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..5c125de Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..305e824 --- /dev/null +++ b/public/index.html @@ -0,0 +1,19 @@ + + +
+ +