Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepassle/botwoto-app
Commands list for BotWOTO chatbot. Redux/LitHTML/Webpack/Express/SQL
https://github.com/thepassle/botwoto-app
Last synced: about 7 hours ago
JSON representation
Commands list for BotWOTO chatbot. Redux/LitHTML/Webpack/Express/SQL
- Host: GitHub
- URL: https://github.com/thepassle/botwoto-app
- Owner: thepassle
- Created: 2018-07-10T20:48:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T19:40:53.000Z (over 6 years ago)
- Last Synced: 2024-10-23T15:43:19.655Z (21 days ago)
- Language: JavaScript
- Size: 370 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Built with create-lit-app](https://img.shields.io/badge/built%20with-create--lit--app-blue.svg)](https://github.com/thepassle/create-lit-app) [![Mentioned in Awesome lit-html>](https://awesome.re/mentioned-badge.svg)](https://github.com/web-padawan/awesome-lit-html)
# BotWOTO Commands
CRUD app to manage the list of commands for the BotWOTO twitch chatbot. Made using webpack/lithtml/redux/express.
![img](https://i.imgur.com/KfwRDv6.png)
## Install dependencies
```sh
npm i
```## Start the development server
Start `webpack-dev-server` on localhost `http://127.0.0.1:3000`:
```sh
yarn dev
```## Lint JavaScript
```sh
npm run lint
```## Build
Run the production build:
```sh
npm run build
```Serve the built output on localhost `http://127.0.0.1:8000`:
```sh
npm start
```