Based on:
React, Redux Toolkit (thunk), React Hook Form
Node: 18+
This branch does not contain specific functionality for users or admins. Instead, there are two separate branches:
- Setup config
cp src/config/environments/env.dev.js src/config/env.js- Install vendors
npm install- Run dev
npm run startIn the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
Preview the production build. Need to run npm run build first.
Format code with prettier.
Lint code with eslint.