create-jqwidgets-react-tsx-app

This package includes the global command for [create-jqwidgets-react-tsx-app](https://github.com/jqwidgets/create-jqwidgets-react-tsx-app). <br /> Please refer to its documentation: - [Getting Started](https://github.com/jqwidgets/create-jqwidgets-react


Keywords
JavaScript, HTML5, jQWidgets, UI, Widget, React, React.js, Create React App, React TSX, React.js TSX, Create React App Typescript
License
MIT-feh
Install
npm install create-jqwidgets-react-tsx-app@1.0.0

Documentation

create-jqwidgets-react-tsx-app

Please refer to its documentation:

This project is based on create-react-app.

Quick Overview

npm i -g create-jqwidgets-react-tsx-app 

create-jqwidgets-react-tsx-app my-app
cd my-app
npm start

When you’re ready to deploy to production, create a minified bundle with npm run build.

Getting Started

Installation

Install it once globally:

npm install -g create-jqwidgets-react-tsx-app

Make sure you have the latest version of Node on your machine.

Creating an App

create-jqwidgets-react-tsx-app my-app
cd my-app

It will create a directory called my-app inside the current folder.
Inside that directory, it will generate the initial project structure and install the transitive dependencies:

my-app
β”œβ”€β”€ node_modules
β”œβ”€β”€ public
β”œβ”€β”€ src
β”œβ”€β”€ package.json
β”œβ”€β”€ README.md
β”œβ”€β”€ tsconfig.json

Subfolders are not shown in order to keep it short.
Once the installation is done, you can run some commands inside the project folder:

npm start

Builds the app in development mode and starts a web server.
The page will reload if you make edits.

npm run build

Builds the app in production mode and stores it in the build/ directory.
It correctly bundles React in production mode and optimizes the build for the best performance.
By default, it also includes a service worker so that your app loads from local cache on future visits.

Why Use This?

If you’re getting started with jQWidgets and React, using create-jqwidgets-react-tsx-app is the easiest way to do this.
Just install, run and you will see an React jQWidgets Grid on your page.
Then you can customize the project as much as you want, making something great.