Skip to content

ashishiiit01/GoogleAssistant-Dialogflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleAssistant Bot

Local development

To test and make changes to this app locally, follow the below instructions.

  1. Clone this repository using Git.

  2. Open Terminal and cd into the project folder. For example if folder created is backend then, cd backend

  3. Run npm install to install all the project dependencies.

  4. Run node app in the terminal to run it.

Or you can also run nodemon to run the project (the recommended way).

Steps

Run npm install -g nodemon in the terminal.

And nodemon will be installed globally to your system path.

After installation of nodemon run nodemon app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published