cra-template-inception
v1.0.0
Published
A preconfigured create-react-app template with TypeScript, Tailwind and CRACO
Maintainers
Readme
Inception
This is a template for the create-react-app script customized by incxption.
Contents
At the moment, this template includes the following technologies:
- TypeScript - Customized configuration based on cra-template-typescript
- Tailwind CSS - Implementation following the official guides
- CRACO - Allows configuring tools like Webpack and Babel
- Inter - Set as the default font for the whole markup
Usage
NPX
npx create-react-app my-app --template inception
Yarn
yarn create react-app my-app --template inception
