frocher / bnb_app

The Botnbot front-end application (deprecated)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<Botnbot App>

Usage

Dependencies

Botnbot App depends on the Botnbot Nexus : the API and the core of the application. You have to start it before starting the app.

Developing

Start the webpack-dev-server on localhost http://localhost:8081 with hot-reload.

npm run dev

Building Your Application

$ npm run build:prod

This will create a build of your application in the dist/ directory, optimized to be served in production. You can then serve the built version :

$ npm run serve

Supported Browsers

All modern browsers that support JavaScript modules (https://caniuse.com/#feat=es6-module).

Internet Explorer is not and will not be supported.

About

The Botnbot front-end application (deprecated)

License:Apache License 2.0


Languages

Language:JavaScript 96.1%Language:HTML 3.6%Language:Dockerfile 0.2%