Bahmni voice assistant UI
- React (TypeScript) - Front-end JS library
- Jest - JS testing framework
- React Testing Library - JS testing library for React components
- yarn - Yarn package manager
- webpack - JS module bundler
- ESLint - JS linter
- Prettier - Code formatter
- swc - JS compiler
- Github Actions - CI service
- Clone the sahaya-frontend repo.
git clone https://github.com/bahmni/sahaya-frontend
- Install dependencies in the root directory of the repo.
yarn install
- To start application
yarn serve
- To build the application
yarn build
- To test the application
yarn test