Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 872 Bytes

File metadata and controls

35 lines (18 loc) · 872 Bytes
Image

Introduction to Docker and Dockerizing a React App

📃Read Blog on medium: Introduction to Docker and Dockerizing a React App

Setup project

Clone the repository

https://github.com/Muhammed-Sahad-c/react-docker-demo.git

Go to the project directory

cd server

Install dependencies

npm install

Start the server

npm run dev