Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Typescript libraries for react and react-native applications to be used in jsfsi projects development

Notifications You must be signed in to change notification settings

jsfsi/jsfsi-core-typescript-react

Repository files navigation

JSFSI Core Typescript React and React-Native

Typescript libraries for react and react-native applications to be used in jsfsi projects development

Requirements

Visual Studio Code latest

NodeJS 12.11.1

NodeJS Installation

  • MAC OS X
brew install node
sudo npm install -g n
sudo n 12.11.1

Setup project

npm run setup
npm run build

Build

npm run build

Lint

npm run lint

Add dependencies

# Development dependency
npm install --save-dev <package_name>
# Production dependency
npm install --save-dev <package_name>

Include as a dependency in your project

npm install --save ssh://git@github.com:joaosousafranco/jsfsi-core-typescript-react.git

About

Typescript libraries for react and react-native applications to be used in jsfsi projects development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published