Skip to content

sailing-the-cloud/dockerizing-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerizing ReactJS App

This project example how dockerizing reactjs with production mode

Simple ReactApp

Simple ReactJS App

Table of contents

General Info

This project example of simple messaging app using Rails.

Setup

To run this project, follow this steps

$ Clone this repository

$ cd /your-app

$ npm install

$ npm run start

Deployment

$ First you have Docker installed on your machine

$ Run command docker build -t <$IMAGE_NAME:$TAG_IMAGE> .

$ After finished building the image, you can run this image using command docker run -it --rm -p 80:80 <$IMAGE_NAME>

$ After running you can access the web :D

Technology

  • NodeJS
  • ReactJS
  • Webpack
  • Babel Compiler
  • Docker
  • NPM
  • Ant Design
  • Styled Components React
  • React Slick
  • Slick Carousel

Developer

Customized by Reza Nur Rochmat.

References

- https://mherman.org/blog/dockerizing-a-react-app/

- https://reactjs.org/docs/getting-started.html

About

Dockerizing ReactJS App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published