This project was bootstrapped with Create React App.
git clone https://github.com/simplydemo/react-front-demo.git
cd react-front-demo
npm install
# run in development
npm run startdev
# run in production
npm run startprd
#
npm test
#
npm run build
#
npm run eject
# clear cache
npm cache clean --force
docker build -t symplesims/react-front-demo:local-1.0 -f ./cicd/docker/Dockerfile .
docker-compose -f ./cicd/docker/docker-compose.yml up -d
- create-react-app
npx create-react-app react-front-demo
- install components
npm install --save react-icons
npm install --save react-bootstrap bootstrap
npm install --save react-router-dom
npm install --save http-proxy-middleware
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify