@bibasoft/cra-template
v0.1.0
Published
The Bibasoft template for Create React App.
Downloads
2
Readme
Bibasoft cra-template
This is the custom template for Create React App.
Stack:
- Typescript
- Sass
- Apollo GraphQL
- React Router
To use this template, add --template @bibasoft/cra-template
when creating a new app.
For example:
npx create-react-app my-app --template @bibasoft/cra-template
# or
yarn create react-app my-app --template @bibasoft/cra-template
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.
About tsconfig.json
https://stackoverflow.com/a/64115885