#DJKaldi-Webapp This is a part of the DJKaldi, Specch recongnition project which display the command from DJKalidbot.
##Getting start
get the DJkaldi bot via link
###Frontend Installation :
1). npm install
to install all dependencies written in package.json
>only executed on the first time
2). npm start
to start the webapp
3). open the browser and go to url Webapp
Done !
###Backend Installation :
1). npm install
to install all dependencies written in package.json
>only executed on the first time
2). npm start
or node server.js
to start the webapp
Done !