Skip to content

deepgram-devs/react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App. This branch shows the React App after adding additional functionality with Deepgram.

Getting started with this project

  • Clone this repo
  • Add a .env file. -In that .env file, include your Deepgram API Key (DG_KEY='your-api-key')
  • Run npm i in your terminal
  • Run npm run start in your terminal
  • Run node server/server.js in your terminal

Learn how to add tests with this guide