It is a Simple React application that shows data from our project
Technologies: React + Typescript + Next.js
Install packages:
npm install
# or
yarn install
Create a ibm-credentials.env
file in the root of this repository with the following variables:
CLOUDANT_SENTI_APIKEY=[your APIKEY]
CLOUDANT_SENTI_URL=[your URL]
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000/waters with your browser to see the result.