@hitachivantara/cra-template-uikit
v1.1.5
Published
The Hitachi Vantara UI Kit template for Create React App.
Downloads
17
Readme
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-uikitIf you want to test it locally follow the next steps:
1. Clone this repo
git clone https://github.com/lumada-design/cra-template-uikit.git2. 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