Monorepo containing the packages:
Package | Version | Description |
---|---|---|
react-15 | Copy of react 15 |
|
react-dom-core | Copy of react-dom 15 |
|
react-property | HTML and SVG DOM properties |
Clone repository:
git clone --recursive https://github.com/remarkablemark/react-dom-core.git
cd react-dom-core
Pull Git submodule:
git submodule update --init --recursive
Use Node.js version:
nvm use
Install dependencies:
npm install
In the project directory, you can run:
Builds packages.
Lists packages that have changed since last release.
Deletes node_modules
from packages and cleans build artifacts.
Lints packages.
Tests packages.
Releases and publishes packages.
MIT