Welcome to the Contensis Course Directory Example.
This repository serves as an example project demonstrating how to integrate Contensis content into your a ReactJS application using the Contensis Delivery API.
To get started with this project, follow these simple steps:
- Clone the repository to your local machine:
git clone git@github.com:contensis/course-directory-reactjs-example.git
- Navigate to the project directory:
cd course-directory-reactjs-example
- Install project dependencies:
npm install
- Start the application locally:
npm start
Now, you should be able to access the application locally at http://localhost:3001.
Feel free to explore the code and customise it.