Socket
Socket
Sign inDemoInstall

charge-sdk

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

charge-sdk

Build, run and test tools for React projects written in TypeScript.


Version published
Weekly downloads
68
Maintainers
1
Weekly downloads
 
Created
Source

Charge SDK

React TS Runtime is a package that contains all the tooling you need to build your React project written in TypeScript.

Usage

npx charge-sdk create

Setup

mkdir yourproject
cd yourproject
npm init -y
npm install charge-sdk --save-dev

Create an src/index.tsx

Create an src/index.html

Set the scripts section to the following in your package.json

{
    "start": "charge-sdk run",
    "build": "charge-sdk build",
}

Run npm start to start the project up in development mode.

Run npm run build to build the project.

Demos

Single page React application

Server side rendering

Keywords

FAQs

Package last updated on 18 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc