diff --git a/.babelrc b/.babelrc
deleted file mode 100644
index 84199bb..0000000
--- a/.babelrc
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "presets": [
- [
- "@babel/preset-env",
- {
- "modules": false,
- "loose": true,
- "targets": {
- "browsers": [">0.25%", "not ie 11", "not op_mini all"]
- }
- }
- ],
- "@babel/preset-react"
- ],
- "plugins": [
- [
- "@babel/plugin-transform-runtime",
- {
- "regenerator": true
- }
- ],
- "@babel/plugin-proposal-class-properties"
- ]
-}
diff --git a/.gitignore b/.gitignore
index d8c9dd9..a325561 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,7 +57,4 @@ typings/
.yarn-integrity
# dotenv environment variables file
-.env
-
-# Compiled Library
-build
\ No newline at end of file
+.env
\ No newline at end of file
diff --git a/.npmignore b/.npmignore
index efd261b..e69de29 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1 +0,0 @@
-demo
\ No newline at end of file
diff --git a/demo/.gitignore b/demo/.gitignore
deleted file mode 100644
index d30f40e..0000000
--- a/demo/.gitignore
+++ /dev/null
@@ -1,21 +0,0 @@
-# See https://help.github.com/ignore-files/ for more about ignoring files.
-
-# dependencies
-/node_modules
-
-# testing
-/coverage
-
-# production
-/build
-
-# misc
-.DS_Store
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
-
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
diff --git a/demo/README.md b/demo/README.md
deleted file mode 100644
index 479d632..0000000
--- a/demo/README.md
+++ /dev/null
@@ -1,2444 +0,0 @@
-This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
-
-Below you will find some information on how to perform common tasks.
-You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
-
-## Table of Contents
-
-- [Updating to New Releases](#updating-to-new-releases)
-- [Sending Feedback](#sending-feedback)
-- [Folder Structure](#folder-structure)
-- [Available Scripts](#available-scripts)
- - [npm start](#npm-start)
- - [npm test](#npm-test)
- - [npm run build](#npm-run-build)
- - [npm run eject](#npm-run-eject)
-- [Supported Browsers](#supported-browsers)
-- [Supported Language Features and Polyfills](#supported-language-features-and-polyfills)
-- [Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
-- [Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
-- [Debugging in the Editor](#debugging-in-the-editor)
-- [Formatting Code Automatically](#formatting-code-automatically)
-- [Changing the Page `