@patomation/create-react-app
v2.0.3
Published
A simple react app template that is already ejected with webpack and no crap
Downloads
5
Readme
React Boilerplate
keep it simple stupid
USAGE:
Install the deps the first time
npm iRun the Dev Server
npm startBuild:
npm run buildTesting
npm testDocker
docker build -t react-boilerplate-image .
docker run -dit --rm --name react-boilerplate-app -p 8080:80 react-boilerplate-image