SumitJadiya / react-docker-deployment

deploying react app in docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.

build docker dev mode

$ docker build -f Dockerfile.dev -t myr .

$ docker-compose up --build 

About

deploying react app in docker container


Languages

Language:HTML 38.3%Language:JavaScript 36.7%Language:CSS 20.7%Language:Dockerfile 4.3%