charge-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i charge-sdk

Weekly Downloads

1

Version

1.4.0

License

MIT

Unpacked Size

79 kB

Total Files

38

Last publish

Collaborators

  • istvan