Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 556 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 556 Bytes

react-typescript-web-extension-starter

Getting Started

Run the following commands to install dependencies and start developing

npm install
npm run dev

Build

Run the following command to build the production-ready unpacked extension

npm run build

Built with