0.1.0 • Published 5 years ago

@bibasoft/cra-template v0.1.0

Weekly downloads
4
License
-
Repository
github
Last release
5 years ago

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:

About tsconfig.json

https://stackoverflow.com/a/64115885