1.1.5 • Published 2 years ago

@hitachivantara/cra-template-uikit v1.1.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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