1.0.0 • Published 2 years ago

xreact-core-libraries v1.0.0

Weekly downloads
-
License
Apache License, V...
Repository
github
Last release
2 years ago

xreact-core-libraries

Build

Common react libraries and packages.

Installation

npm install xreact-core-libraries

or

yarn add xreact-core-libraries

Development setup

You need NodeJS and Yarn.

Fork the xreact-core-libraries project

Go to the xreact-core-libraries project and click on the "fork" button. You can then clone your own fork of the project, and start working on it.

Please read the Github forking documentation for more information.

Build

Run yarn install to install all dependencies.

Make some changes, run yarn run test to run both eslint and karma tests.

Package the library with yarn run build.