Awesome
Jovo v4 Template (JavaScript)
<p> <a href="https://www.jovo.tech" target="_blank">Website</a> - <a href="https://www.jovo.tech/docs" target="_blank">Docs</a> - <a href="https://www.jovo.tech/marketplace" target="_blank">Marketplace</a> - <a href="https://github.com/jovotech/jovo-v4-template" target="_blank">Template</a> </p>A sample Jovo v4
JavaScript app that makes it possible to build experiences for voice and chat platforms.
This is the default template if you select JavaScript
using the jovo new
command. You can find the TypeScript version here.
Getting Started
Learn more in Jovo docs: https://www.jovo.tech/docs/getting-started
You can install the new Jovo CLI like this:
# Install globally
$ npm install -g @jovotech/cli
# Test the installation
$ jovo -v
After successfully installing the Jovo CLI, you can install the template using the new
command:
$ jovo new <directory> --language javascript
Change your working directory into your newly created project directory and run
your Jovo app:
# Change working directory to your previously specified directory
$ cd <directory>
# Run local development server
$ jovo run
You can now open the Jovo Debugger with the .
key.