Sign inSign up

lalves86/desafio04-react

By lalves86

Updated about 6 years ago

Scaffold of ReactJS app using Typescript.

Image
0

264

lalves86/desafio04-react repository overview

To run the container use the following on your terminal, and you should be able to develop your app with live reload.

docker run \                               
    -it \
    --rm \
    -v ${PWD}:/app \
    -v /app/node_modules \
    -p 3000:3000 \
    -e CHOKIDAR_USEPOLLING=true \
    lalves86/desafio04-react:latest

Tag summary

Content type

Image

Digest

Size

140.4 MB

Last updated

about 6 years ago

docker pull lalves86/desafio04-react