Skip to content

jayramr/simple-rshiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple Rshiny app to plot the histogram graph

Steps to run:-

  1. Download Docker on your host
  2. Start the docker service
  3. Clone the repository on your workspace
git clone https://github.com/jayramr/simple-rshiny.git
  1. Navigate to the code directory
  2. Create the image build
docker build -t <name-of-image>  .
  1. Start the container
docker run -p 4000:3838 <name-of-image>
  1. Launch browser and hit "localhost:4000"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published