Skip to content

Aspedm/react-ext-boilerplate

Repository files navigation

React extension boilerplate

This project contains minimal env and structure for my own extensions.

Build with

Browser Support

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Opera
Opera
Vivaldi
Vivaldi
Yandex
Yandex
Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

Hot to use

  1. Install dependencies
yarn
  1. Start developer mode
yarn start

How to build

  • Production build
yarn build:prod
  • Developer build
yarn build:dev

How to build zip archive for stores

yarn clean && yarn build:prod && yarn build:zip