Skip to content

avetichamp/aveti-react-docker-starter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

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 the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Docker build image

docker build -t aveti-react-docker-starter

Docker run container

docker run -it -p 3000:3000 aveti-react-docker-starter

Docker Volume run container

docker run -it -p 3000:3000 -v PWD:/usr/src/app -v /usr/src/app/node_modules -e CHOKIDAR_USEPOLLING=true aveti-react-docker-starter

Docker compose build image

docker-compose build

Docker compose run container

docker-compose up

Docker compose run container in detached mode

docker-compose up -d

Docker compose check running container status

docker ps

Docker compose check running container status

docker ps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published