This project was bootstrapped with React Notes App Tutorial from Scratch.
Thanks to Chris Blakely for the tutorial.
git clone https://github.com/simplydemo/react-notes-app.git
cd react-notes-app
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-notes-app:local-1.0 -f ./cicd/docker/Dockerfile .
docker-compose -f ./cicd/docker/docker-compose.yaml up -d
# Delete container
# docker-compose -f ./cicd/docker/docker-compose.yaml down
- create-react-app
npx create-react-app react-notes-app
- 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