v2 Enable local development (#52)

- Create local dev environment
- Add gas-client and google-apps-script-webpack-dev-server packages for development
- Add dev/ wrapper app
- Update webpack config to support development environment
- Redesigned READMEs
- Support typescript
- Update npm scripts
- Organize and update .gitignore file
- Add .vscode settings for clasp files
- Remove tracking for files in dist/
This commit is contained in:
Elisha Nuchi
2020-08-15 13:09:04 -04:00
committed by GitHub
parent 5030a2f81e
commit 35a641d0f7
30 changed files with 5392 additions and 1742 deletions
@@ -2,7 +2,17 @@ import React from 'react';
const About = () => (
<div>
<div>Github repo:</div>
<p>
<b>☀️ React app inside a sidebar! ☀️</b>
</p>
<p>
This is a very simple page demonstrating how to build a React app inside a
sidebar.
</p>
<p>
Visit the Github repo for more information on how to use this project.
</p>
<p>- Elisha Nuchi</p>
<a
href="https://www.github.com/enuchi/React-Google-Apps-Script"
target="_blank"
@@ -10,7 +20,6 @@ const About = () => (
>
React + Google Apps Script
</a>
<div>-Elisha Nuchi</div>
</div>
);