# React-TS-Chrome-Ext **Repository Path**: andeyalee/React-TS-Chrome-Ext ## Basic Information - **Project Name**: React-TS-Chrome-Ext - **Description**: Use React + TypeScript + Antd + Rust-Wasm to develop Chrome Extension. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-16 - **Last Updated**: 2022-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React-TS-Chrome-Ext Use React + TypeScript + Antd + Rust-Wasm to develop Chrome Extension. ## Install Tools ```shell npm install npm@latest -g npm install --global yarn curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh cargo install cargo-generate ``` ## Build Package - install ```sh yarn install ``` - build ```sh yarn build ``` The output directory is `./build/`. ## Popup Preview ![screenshot-popup](doc/screenshot-popup.png)