Skip to content

UNDP-Data/ui-starter-kit-next

Repository files navigation

UI Starter Kit (replace with the title of the Project)

This is a template to initiate project with preinstalled library for design system and data visualization and tooling for linting and prettier.

Table of Contents

Link for the visualization

[{{link to the site here}}]({{link to the site here}})

Deployment

The Production site deployed using Azure Static Web App and the workflow yml can be found in .github/workflow folder

Steps to Integrating the Visualization in the Data Future Platform or Any Other Page

Add the following div in the page

<div id="root"></div>

Apart from the mentioned div above the following script and link needs to be added to the head or in the embed code

<script defer="defer" type="module" src="<Link to the Visualization Mentioned Above>/index.js"></script>
<link rel="stylesheet" href="<Link to the Visualization Mentioned Above>/style.css"></link>

Pages on DFx Where the Visualization is Used

All the pages on the DFx or other places like viva topics etc. where this visualization is embedded or used.

Related Repos

  • [name of the data repo](link to data repo): This is the data sheet for visualization

Build with

  • React(v19.x): Used as MVC framework.
  • @undp/design-system-react: For UI elements. Documentation can be found here
  • @undp/data-viz: For visualizations. Documentation can be found here

Installation

This project uses npm. For installation you will need to install node and npm, if you don't already have it. node and npm can be installed from here.

To install the project, simply clone the the repo and them run npm install in the project folder. You can use terminal on Mac and Command Prompt on Windows.

This project is bootstrapped with Vite and was created using npm create vite@latest command.

Run the terminal or command prompt and then run the following

git clone https://github.com/UNDP-Data/{{projectName}}.git
cd {{projectName}}
npm install

Local Development

To start the project locally, you can run npm run dev in the project folder in terminal or command prompt.

This is run the app in development mode. Open http://localhost:5173/ to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Available Scripts

  • npm run dev: Executes vite and start the local server for local deployment.
  • npm run build: Executes tsc && vite build and builds the app for production and deployment.
  • npm run clean: Executes rimraf node_modules && rimraf dist && rimraf package-lock.json and remove node_modules folder, dist folder and package-lock.json.
  • npm run lint: Executes npx eslint --fix && npx prettier . --write and resolve all the linting and prettier errors.

Tooling Setup

This project uses ESLint integrated with prettier, which verifies and formats your code so you don't have to do it manually. You should have your editor set up to display lint errors and automatically fix those which it is possible to fix. See http://eslint.org/docs/user-guide/integrations.

This project is build in Visual Studio Code, therefore the project is already set up to work with. Install it from here and then install this eslint plugin and you should be good to go.

About

UI starter kit for Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published