You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+36-12Lines changed: 36 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,18 @@ This is an unofficial third party TypeScript template for [Create React App](htt
9
9
10
10
The template is setup to work with Crestron CH5 out of the box so you can get up and running quickly. It also provides packages for page routing, styling using [CSS-in-JS](https://en.wikipedia.org/wiki/CSS-in-JS) (you can still use regular CSS or SCSS 😄), a wide variety of icons, mobile browser console, linting and more... 🚀 🚀 🚀
11
11
12
+
**NOTE**
13
+
14
+
To use the Husky Git Hooks feature provided by this template you must manually run the following command within the project directory after the bootstrap completes.
15
+
16
+
```sh
17
+
npm run husky:install
18
+
19
+
# or
20
+
21
+
yarn husky:install
22
+
```
23
+
12
24
To use this template, add `--template @norgate-av/crestron-ch5-typescript` when creating a new app.
0 commit comments