Skip to content

balakeshavulu/docker-reactjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple React

Sample React.js application for the Docker environment.

Getting Started

Screen Shopt App with one container. Reading from external open API. No storage. No secrets. Dynamic web page - including information from external API.

Prerequisites

Make sure you have already installed Docker Engine. You don’t need to install Nginx or NPM, as both are provided by Docker images.

$ docker -v
Docker version 18.03.1-ce, build 9ee9f40

Installing

git clone https://github.com/thejungwon/docker-reactjs.git
cd docker-reactjs
docker build -t docker-reactjs .
docker run -p 80:80 docker-reactjs

Go to http:https://localhost

Running the tests

TBD

Break down into end to end tests

TBD

And coding style tests

TBD

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Sample React.js app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.4%
  • HTML 13.2%
  • Dockerfile 3.5%
  • CSS 2.9%