
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
create-rex-web
Advanced tools
npx create-rex-web <project-name>
React, Mantine, TypeScript, MSW 기반의 최신 프론트엔드 개발 환경을 빠르게 구축해주는 CLI 도구입니다.
@/* 형태의 절대 경로가 기본으로 설정되어 있어 유지보수가 용이합니다.react-i18next를 사용한 다국어 설정이 포함되어 있습니다.터미널에 다음 명령어를 입력하여 새로운 프로젝트를 생성하세요.
npx create-rex-web my-react-app
프로젝트 생성이 완료되면, 다음 명령어를 통해 개발 서버를 시작할 수 있습니다.
cd my-react-app
npm install
npm run dev
my-react-app/
├── public/
├── src/
│ ├── components/
│ ├── constants/
│ ├── hooks/
│ ├── locale/
│ ├── mocks/
│ ├── providers/
│ ├── types/
│ ├── App.css
│ ├── App.tsx
│ ├── index.css
│ └── main.tsx
├── .env.development
├── .env.production
├── .eslintrc.cjs
├── .gitignore
├── .prettierrc
├── package.json
├── tsconfig.json
└── vite.config.ts
MIT
FAQs
Create Rex-Web: 프론트엔드 개발환경 셋팅 도구
We found that create-rex-web demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.