Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.
/ hello-world-react Public archive

Sample React application that can run on Docker

Notifications You must be signed in to change notification settings

aevitas/hello-world-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-world-react

Build Status

This repository contains a React Hello World application that runs on Docker. It is served via Nginx, and CI is provided by TravisCI.

The React application is simply a slightly modified application by create-react-app.

Run it in Docker

Running the application on Docker is straight forward:

  • docker build -t hello-world-react . to build the Docker image
  • docker run -p 8080:80 hello-world-react to fire up the container

Visit http://localhost:8080, or any port you set it to to view the application.

Run the development server

You can also run the application on the default React development server by simply running npm start in the project's root. It'll fire up the application on http://localhost:3000.

About

Sample React application that can run on Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published