cra-template-vacekj
v2.0.1
Published
Custom CRA template based on Typescript CRA Template
Downloads
2
Maintainers
Readme
cra-template-macek
This is a custom create-react-app template based on cra-template-typescript.
Changes:
- TailwindCSS
- Create-React-Component-Folder
- Custom Prettier config
- Cleaned up
src
and publicpublic
To use this template, add --template macek
when creating a new app.
yarn create react-app my-app --template macek
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.