Skip to content

A sample project which integrates the Porsche Design System into a React application with Jest as testing framework.

License

Notifications You must be signed in to change notification settings

porsche-design-system/sample-integration-react

Repository files navigation

React - Sample integration with Porsche Design System

Introduction

This is project shows the example usage of the Porsche Design System Components in React. See also the project documentation and the deployed sample project.

This project was bootstrapped with Create React App

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

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

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Setup

Requirements

Getting started

  1. Clone sample-integration-react repository
  2. Switch to project root directory
  3. Execute command npm login --registry=https://porscheui.jfrog.io/porscheui/api/npm/npm/
  4. Enter username, password (Artifactory API Key, not Artifactory password!) and e-mail address when asked in terminal
  5. Execute cat ~/.npmrc, find following line //porscheui.jfrog.io/porscheui/api/npm/npm/:_authToken= and copy the generated npm registry token from the file to your clipboard
  6. Create an .env file within project root directory (never push this file to Git because it will contain secrets – by default it's ignored by .gitignore)
  7. Add npm registry token in following format PORSCHE_NPM_REGISTRY_TOKEN=YOUR_TOKEN_GOES_HERE
  8. Make sure that Docker app is running
  9. Run ./docker.sh run-install - this may take up to several minutes at first start depending on your internet connection

Note: ./docker.sh run-install should be executed after every pull.

Setup prettier

  1. Go to Webstorm Preferences
  2. Click on the Plugins tab and search for prettier
  3. Install prettier
  4. In Preferences go to Languages and Frameworks -> Javascript -> Prettier
  5. Set Prettier Package to {PATH_TO_YOUR_DIRECTORY}/node_modules/prettier
  6. Change Run for files to {**/*,*}.{js,ts,jsx,tsx,vue,scss,json,css,html}
  7. Click checkbox on save and apply
  8. You should be good to go.

Docker installation steps

  1. Register your Docker account on Hub-Docker
  2. Download Docker app locally on your machine and login
  3. Start Docker

Start

  1. Switch to project root directory
  2. Run ./docker.sh run-start (starts test server for sample-integration-react itself)

Build

  1. Switch to project root directory
  2. Run ./docker.sh run-build (builds releasable sample-integration-react npm package)

Test

  1. Switch to project root directory
  2. Run ./docker.sh run-test (executes test for sample-integration-react)

About Testing

Have a look at Test the application

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

A sample project which integrates the Porsche Design System into a React application with Jest as testing framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published