# 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]('https://create-react-app.dev/docs/getting-started') to find more information on supported arguments.

#### To start your app.
```
cd <path-to-new-app>
yarn start or npm start
```
