This is currently a WIP Metawidget port for React.
Make sure you're using Mac/Linux. Many of the npm dependencies for this project don't play nicely with Windows.
Make sure you have Node Version Manager (nvm) installed.
Run nvm install 5.11 to install the latest version of Nodejs. You only need to do this once.
Once you've cloned this repository locally, run npm install. This will grab all of the external dependencies for this project. From time to time you may need to run this again.
npm start will build this module
npm run watch will build this module, and watch for any changes and automatically rebuild for you
As this module has not been published to npm, you will need to link this module locally for development.
npm link in this project will allow this module to be linked from within other projects, such as the React Address Book Example.
You would then run npm link react-metawidget in the other project's directory to add your local version of react-metawidget as a dependency for the project.