The Hitachi Vantara UI Kit template for Create React App.
npx create-react-app new-app --template @hitachivantara/cra-template-uikit
git clone https://github.com/lumada-design/cra-template-uikit.git
npx create-react-app new-app --template file:<path-to-cra-template-uikit>
Visit create-react-app to find more information on supported arguments.
cd <path-to-new-app>
yarn start or npm start