- Vue JS framework.
- Typescript
- Vue Cli Command line tools v4.
- Husky Pre-commit & pre-push tool.
- Yarn Package manager.
- ESLint Linting.
The instructions below will help you set up the development environment.
- Make sure you have Vue CLI 4 installed, you can install it by going to Vue website
- Clone the repository
git clone https://github.com/evankazadaiev/bot-chat-frontend.git
cd bot-chat-frontend
yarn install
to install the dependencies.- 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.
yarn serve
to compile and hot-reload for development.- Visit
http://localhost:8080/
and start developing.
yarn run build
yarn run test:unit