Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 910 Bytes

File metadata and controls

38 lines (22 loc) · 910 Bytes

Getting Started with React UI Components using Next.js

This application demonstrates the usage of the Syncfusion React maps component in Next.js.

To know how to configure the Syncfusion React maps component in Next.js, refer to the documentation.

Clone the repository

  • To clone the sample repository locally, open the command prompt in the desired location and execute the following command.
 
git clone https://github.com/SyncfusionExamples/syncfusion-react-maps-component-in-nextjs
 
  • Navigate to the project directory:
cd syncfusion-react-maps-component-in-nextjs

Installing Packages

Install the required node modules by running the following command:

npm install

Run the application

To run the application, use the following command:

npm run dev