A dockerfile to launch Facebook's React App. Let's make React development and deployment faster.
Not an official image, but a convenient one.
To pull the image, use docker pull cryptictech/react-app:latest
To run the image, use docker run cryptictech/react-app:latest
I am trying to support different versions of create-react-app in an attempt to be more suitable for production environments; to avoid confusion, my version numbers match Facebook's create-react-app.
To find which versions you can download, visit Docker Hub.
To pull and run a versioned image, use docker pull cryptictech/react-app:VERSION
and docker run cryptictech/react-app:VERSION
.
For example docker pull cryptictech/react-app:4.0.2
and docker run cryptictech/react-app:4.0.2
.
This software is the containerization of Facebook's create-react-app, the license provided covers the root directory of this project but /app is created by create-react-app
which is covered by their license.