3 Commits

Author SHA1 Message Date
3ab14abb58 feat: add script shortcuts to package.json
Added two new script shortcuts for React and CLI workspaces to the package.json file. These shortcuts will streamline the build and dev process by reducing the required command length.
2024-06-06 19:04:22 +09:00
2891e26203 feat: add build and development scripts and upgrade dependencies
This commit adds new build and development scripts to package.json. It features 'react:build', 'react:dev' and 'cli:build' scripts. The 'yarn.lock' file has been significantly updated to include new packages and dependencies for "@aws-sdk/client-cloudfront", "@aws-sdk/client-s3" and few others. This ensures proper and up-to-date packages management for an efficient development environment.
2024-06-06 19:01:23 +09:00
20476b8687 feat: init yarn project 2024-05-18 21:10:42 +09:00