- Use your favourite tooling React! + AntD :)
- Now you can create part of your extensions in React framework - as you wish ;)
- Newest js technology stack
- You can use ES6, ES5.
- Comfortable styles import
- With react you can loas styles directy and you can use scss for styling.
- Clean code
- Clean code is the best way for long term support for project. Boilerplate has fully configured eslint with airbnb styleguide.
- Clone the repository
- Run
npm install
- Run
npm run build
- Open Chrome browser and navigate to chrome://extensions
- Select "Developer Mode" and then click "Load unpacked extension..."
- From the file browser, choose to
antd-webpack-react-boilerplate/dev/chrome
The following tasks can be used when you want to start developing the extension-
npm run watch-dev
Run npm run build
to create a zipped, production-ready extension for chrome.
This project is licensed under the MIT license.