cra-template-omega-ts
v0.1.2
Published
This is the custom [Omega](https://omega-r.com) TS template for [Create React App](https://github.com/facebook/create-react-app).
Readme
cra-template-typescript
This is the custom Omega TS template for Create React App.
To use this template, add --template omega-ts when creating a new app.
For example:
npx create-react-app my-app --template omega-ts
# or
yarn create react-app my-app --template omega-tsbefore start install devDependencies:
npm install @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-react eslint-plugin-react-hooks prettier eslint-config-prettier [email protected] -D
# or
yarn add @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-react eslint-plugin-react-hooks prettier eslint-config-prettier [email protected] -D