This project example how dockerizing reactjs with production mode
Simple ReactJS App
This project example of simple messaging app using Rails.
To run this project, follow this steps
$ Clone this repository
$ cd /your-app
$ npm install
$ npm run start
$ 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
- NodeJS
- ReactJS
- Webpack
- Babel Compiler
- Docker
- NPM
- Ant Design
- Styled Components React
- React Slick
- Slick Carousel
Customized by Reza Nur Rochmat.
- https://mherman.org/blog/dockerizing-a-react-app/
- https://reactjs.org/docs/getting-started.html