Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.29 KB

README.md

File metadata and controls

60 lines (37 loc) · 1.29 KB

Example Isomorphic TS/JS Lib Template (@interop/isomorphic-lib-template)

Build status NPM Version

A Typescript/Javascript isomorphic library template, for use in the browser, Node.js, and React Native.

Table of Contents

Background

TBD

Security

TBD

Install

  • Node.js 14+ is recommended.

NPM

To install via NPM:

npm install @interop/isomorphic-lib-template

Development

To install locally (for development):

git clone https://github.com/interop-alliance/isomorphic-lib-template.git
cd isomorphic-lib-template
npm install

Usage

TBD

Contribute

PRs accepted.

If editing the Readme, please conform to the standard-readme specification.

License

MIT License © 2021 Interop Alliance and Dmitri Zagidulin.