Skip to content

demo-app used to show off the core functionality of the cli tool

License

KeySpot/demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-app

Simple demo app that can display web-server environment variables in the browser. Built as a simple showcase for the KeySpot cli tool.

How to run

Make sure npm is installed on your machine and while in the main directory simply run:

npm install

to install all dependencies.

Then run:

node index.js

to run the web server.

You can also run this same command using the KeySpot CLI:

keyspot run "npm install" -r <record-name>

In browser

Navigating to localhost:<PORT> in a web browser will take you to the mini app. Here you can type in and add names of environment variables you want the server to expose.

About

demo-app used to show off the core functionality of the cli tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published