Skip to content

The Hitachi Vantara UI Kit template for Create React App

License

Notifications You must be signed in to change notification settings

dpanda-hv/cra-template-uikit-1

 
 

Repository files navigation

cra-template-uikit

The Hitachi Vantara UI Kit template for Create React App.

Use this template to create a new application

npx create-react-app new-app --template @hitachivantara/cra-template-uikit

If you want to test it locally follow the next steps:

1. Clone this repo
git clone https://github.com/lumada-design/cra-template-uikit.git
2. Use the local template to create the new application
npx create-react-app new-app --template file:<path-to-cra-template-uikit>

Visit create-react-app to find more information on supported arguments.

To start your app.

cd <path-to-new-app>
yarn start or npm start

About

The Hitachi Vantara UI Kit template for Create React App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.9%
  • JavaScript 3.7%
  • HTML 3.3%
  • Shell 0.1%