Creating a React Application from a Telerik Template - Part III

Super react

In this article, I’ll review how to create a React application and run the appropriate Telerik npx command.

Let’s do it!

Start creating the folder, wherever you like, to create the application. For this sample, I choose C:\Progress\Telerik\React23.

Follow these commands on the terminal console after positioning the location to your chosen application path.

a) This command installs the application Create React.

npm install -g create-react-app
Bash

b) Running the npx command to create the kendoreact app, you will be prompted to choose the configuration:

npx create-kendoreact-app
Bash

Choose configuration

Npx command.

Tip: Say Yes to SASS (Syntactically Awesome Style Sheets)  if you intend to use this technology on your React project. Otherwise, you will be using only standard CSS.

Pitfalls: Type the name of your application in lowercase. Due to new naming restrictions, names with capitalized letters are denied.

Npx command

Denied message.

c) Move the cursor to the application using the name you choose.

cd myreactapp
Bash

d) Install the npm modules.

npm i
Bash

If you followed these steps, you already have a Telerik React application to run.

In Part IV, I’ll review how to apply for the license.


Balaji Thilagar

Software Engineer with 10+ years of experience in developing and delivering innovative software solutions. Passionate about technology and innovation, and always eager to learn new things.