Skip to content

novalramdhani/react-dockerize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Dockerize

React.js web app with docker container example.

Visit express dockerize backend in this link.

How to use

First, clone this repository

git clone git@github.com:novalramdhani/react-dockerize.git

cd react-dockerize

Next step, install all dependencies in node_modules.

npm install && npm update
# or with yarn
yarn && yarn upgrade

Last step, run local development server.

npm run start
# or with yarn
yarn start

Congrats!, your application running in localhost:3000

With docker environment.

Run docker compose with this command.

docker-compose up
# running in background
docker-compose up -d

If you down docker compose, you can.

docker-compose down

About

React.js app with docker container example.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published