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.
b) Running the npx command to create the kendoreact app, you will be prompted to choose the 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.
Denied message.
c) Move the cursor to the application using the name you choose.
d) Install the npm modules.
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.