An open API service indexing awesome lists of open source software.

https://github.com/livechat/developer-app-template-vite


https://github.com/livechat/developer-app-template-vite

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Text Platform Developer App - Vite Template

> This Vite template bootstraps your [Developer Console](https://platform.text.com/console) application with a predefined configuration and a sample [LiveChat APIs](https://platform.text.com/docs) code.

## πŸš€ Getting Started

First, ensure that Text Platform Developer CLI is installed:

```sh
npm i -g @livechat/developer-cli
```

Then, install dependecies:

```sh
npm install
```

Next, pull app manifest:

```sh
txdev app pull
```

Now, you can open your [Developer Console](https://platform.text.com/console) app:

```sh
txdev app open
```

or go to the [Developer Console](https://platform.text.com/console) and see your newly created app in action!

To start local development server, run:

```sh
npm run dev
```

## βš™οΈ Available Scripts

### `dev`

Runs the app in the development mode.
Open url from to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.

### `build`

Builds the app for production to the `dist` folder.

## πŸ§‘β€πŸ’» [Text Platform](https://platform.text.com/): who are we?

Behind [Text](https://www.text.com/), there’s a [team of passionate people](https://www.text.com/team/) building online customer service software with online chat, help desk software, chatbot, and web analytics capabilities.

With a suite of five products ([LiveChat](https://www.livechat.com), [ChatBot](https://chatbot.com/), [HelpDesk](https://helpdesk.com/), [KnowledgeBase](https://www.knowledgebase.com/), and [OpenWidget](https://openwidget.com/)) and their powerful APIs, we power customer communication for 36,000 companies in 150 countries.

[The Platform](https://platform.text.com/) is a range of products and services that can be used to build a variety of communication tools for businesses. Our [Developer Program](https://platform.text.com/developer-program) and [Marketplace](https://www.livechat.com/marketplace/) create an open ecosystem for developers, partners, and customers. With our [advanced APIs](https://platform.text.com/) and comprehensive [documentation](https://platform.text.com/docs), you can shape the future of communication with us β€” starting today.

[Join our Discord](https://discord.com/invite/NcfJu3a9kM) to learn, get inspired, and meet other developers!