designed to work with node-express-rest-api out of the box
- React (v18) + TypeScript
- Routing - React Router (v6)
- Store - Redux Tool Kit (RTK)
- Style - MUI + Emotion
- Translations - i18next
- Form Validations - React Hook Form
- Pulumi - The infra framework
- S3 Static Website
- CloudFront CDN for
In order to run in dev mode, you must create a .env file It is not in the repo.
echo "REACT_APP_API_URL=http://localhost:3001
REACT_APP_TIMEOUT=5000" > .env
$ npm install
$ npm start
after you start Open http://localhost:3000 to view it in the browser.
Debug is configured for vscode, it will launch a browser where you need to browse to the above mentioned url.
- Style guide explaining the rules and project structure
Contact Doron Feldman At [email protected]