Skip to content

Starter template for Google Apps Script project using React, Typescript and Vite

License

Notifications You must be signed in to change notification settings

mambo001/gas-react-ts-starter

Repository files navigation

Google Apps Script + React + TypeScript + Vite

This project combines Google Apps Script with React, TypeScript, and Vite to create a powerful development environment for building web applications, Google Sheets add-ons: Sidebar, Dialogs using Google Apps Script.

Getting Started

To set up the project, follow these steps:

  1. Clone the repository:
git clone https://github.com/mambo001/gas-react-ts-starter
  1. Install the dependencies:
npm install
  1. Login to clasp:
npm run login
  1. Scaffold a new Spreadsheet and script project:
npm run setup
  1. Start the development server:
npm run dev
  1. Open your web browser and navigate to http://localhost:3000 to see the application running.

Deploy

To set up the project, follow these steps:

  1. Clone the repository:
npm run deploy

Learn More

To learn more about Google Apps Script, React, TypeScript, and Vite, check out their official documentation:

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

Starter template for Google Apps Script project using React, Typescript and Vite

Resources

License

Stars

Watchers

Forks