This is a REACT frontend for DKAN2.
This App serves as a starter App, or example of how to use the data-catalog-components library to easily create open data catalogs.
This app utilizes the latest stable version of Drupal 8's version of DKAN as a backend.
- Follow the DKAN2 README to stand up the backend
- Install the Gatsby CLI
npm install -g gatsby-cli
- Clone this repository
- Install the dependencies with npm:
cd data-catalog-frontend
npm install
- Run the server:
npm start
orgatsby develop
- Your site is now running at
http://localhost:8000
- Your site is now running at
- Build the public files
npm run build
orgatsby build
You can learn more in the Gatsby.js documentation.
To learn React, check out the React documentation.