Skip to content

redis-developer/redis-nodejs-starter

Repository files navigation

Open in GitHub Codespaces

This is a Redis starter app for Node using:

Getting started

Copy and edit the .env file:

cp .env.example .env.local

Your .env.local file should contain the connection string you copied from Redis Cloud.

Next, run the development server:

npm install
# then
npm run dev

Open http://localhost:3000 with your browser to see the result.

Learn more

To learn more about Redis, take a look at the following resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published