- Vite
- TypeScript
- ESLint
- Prettier
- React Router
- Scoped SCSS
yarn install --frozen-lockfile
yarn dev or npm run dev
For production:
yarn build or npm run build
For production:
yarn build or npm run build
yarn preview or npm run preview
NOTE: You have to build it first.
Remove previous build & container then make new one
docker build -t retail-portal . --no-cache
docker run -it --name "retail-portal" -p 3030:80 retail-portal