@topcoder-platform/topcoder-react-lib
v1000.2.1
Published
The implementation of TC lib for ReactJS projects
Downloads
3
Readme
Topcoder React Lib
The Topcoder lib for internal ReactJS projects.
Configuration for AV-Scan scorer review type ID
Change the property in AV_SCAN_SCORER_REVIEW_TYPE_ID
in config.
Development
# Install dependencies
npm install
# Run test & build
npm test
npm run build
# Go to other project which depends on the topcoder-react-lib, config its package.json so
# that the 'topcoder-react-lib' points to the local foler path of topcoder-react-lib:
#
# "dependencies": {
# "topcoder-react-lib": "<local-path-to-topcoder-react-lib>",
# ......
# }
#
License
UNLICENSED — for internal Topcoder projects only.