Posted 5 December 2020, 4:44 am EST
hi , does anyone have complete steps in using wijmo demo for react?
i have downloaded the demo file , but idk how to import it and also what additional setups should i do.
should i npm install first or anything?
Forums Home / Wijmo / General Discussion
Posted by: riankrishandi on 5 December 2020, 4:44 am EST
Posted 5 December 2020, 4:44 am EST
hi , does anyone have complete steps in using wijmo demo for react?
i have downloaded the demo file , but idk how to import it and also what additional setups should i do.
should i npm install first or anything?
Posted 7 December 2020, 5:11 am EST
Hello,
If you have downloaded a sample from Wijmo’s website, then in order to run the sample, you will first need to install the dependencies by the following command:
npm install
and then run the sample using:
npm run start
All the samples are created using SystemJS configuration and not using react-cli.
To get started with Wijmo and React, please go through the following document link:
https://www.grapecity.com/wijmo/docs/GettingStarted/QuickStart/QuickStart-React
Let us know in case you still have any doubts or issues.
Regards,
Ashwin