10000 GitHub - istvan-antal/charge-sdk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

istvan-antal/charge-sdk

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0