The react app source code for chantallargier.com
npm run server
The client is created by create-react-app, so it will follow create-react-app's standard.
cd client
npm run start
npm run build
# in local
npm run before_build_ci
npm add . && npm push