Skip to content

ViktoriaAfitova/react-docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React application using Docker Image

Commands to know

Start:

npx create-react-app my-app
cd my-app
npm start

Start services:

docker-compose up

Install dependencies:

npm install express
npm install pg