A simple react app template that is already ejected with webpack and no crap
npm install @patomation/create-react-appkeep it simple stupid
Install the deps the first time
``sh`
npm i
Run the Dev Server
`sh`
npm start
`sh`
npm run build
`sh`
npm test
`sh``
docker build -t react-boilerplate-image .
docker run -dit --rm --name react-boilerplate-app -p 8080:80 react-boilerplate-image