plugin-template-react
v0.0.1
Published
BuildFire plugin template for React
Downloads
2
Maintainers
Readme
BuildFire React Plugin Template
The following template uses Webpack, React, and Babel in order to provide many features out of the box
- React/JSX (Preact Compat)
- Hot Reloading
- ES2019 Javascript
- Modules
- Minification
Getting Started
Be sure to have the latest BuildFire CLI installed in your system.
# Download the latest SDK if you haven't already
$ buildfire create
# Once inside the SDK's folder
$ buildfire plugin init <pluginName> react
# (Follow the output instructions)
Usage
Go to the plugin folder and run
$ npm start