Scaffold of ReactJS app using Typescript.
264
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
Content type
Image
Digest
Size
140.4 MB
Last updated
about 6 years ago
docker pull lalves86/desafio04-react