https://github.com/livechat/developer-app-template-vite
https://github.com/livechat/developer-app-template-vite
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/livechat/developer-app-template-vite
- Owner: livechat
- Created: 2023-08-23T09:14:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T13:09:41.000Z (about 2 years ago)
- Last Synced: 2024-05-10T14:19:49.528Z (about 2 years ago)
- Language: TypeScript
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!