Skip to content

evankazadaiev/bot-chat-frontend

Repository files navigation

Bot chat front-end

Demo. Make sure you have started back-end server first.

  1. Front-end demo.
  2. Back-end server.

Technologies/frameworks used:

  1. Vue JS framework.
  2. Typescript
  3. Vue Cli Command line tools v4.
  4. Husky Pre-commit & pre-push tool.
  5. Yarn Package manager.
  6. ESLint Linting.

The instructions below will help you set up the development environment.

Project setup Environment

  1. Make sure you have Vue CLI 4 installed, you can install it by going to Vue website
  2. Clone the repository git clone https://github.com/evankazadaiev/bot-chat-frontend.git
  3. cd bot-chat-frontend
  4. yarn install to install the dependencies.
  5. Before starting the development server, make sure you have started a backend local server. You can see instructions for setting up backend by going to Bot chat backend repository.
  6. yarn serve to compile and hot-reload for development.
  7. Visit http://localhost:8080/ and start developing.

Compiles and minifies for production

yarn run build

Run your tests

yarn run test:unit

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published