0.1.0 ⢠Published 3 years ago
@jpreagan/cra-template-typescript v0.1.0
@jpreagan/cra-template-typescript
⨠A custom TypeScript template for Create React App. You can use it to jump start your very own fabulous new app.
š„ This template features:
- TypeScript
- ESLint configuration conforming to the Airbnb style guide
- prettier formats your code
- husky runs checks and linting scripts on your git commits
- lint-staged runs linting and formatting rules on your staged files
Getting started
To use this template, add
--template @jpreagan/typescript
when creating a new app.For example:
npx create-react-app my-app --template @jpreagan/typescript # or yarn create react-app my-app --template @jpreagan/typescript
Change directory to your new app:
cd my-app
Prepare the git hooks:
npm run prepare # or yarn prepare
You're all set!
Further reading
For more information, please refer to:
- Getting Started ā How to create a new app.
- User Guide ā How to develop apps bootstrapped with Create React App.
0.1.0
3 years ago