@bibasoft/cra-template

The Bibasoft template for Create React App.

Usage no npm install needed!

<script type="module">
  import bibasoftCraTemplate from 'https://cdn.skypack.dev/@bibasoft/cra-template';
</script>

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:

About tsconfig.json

https://stackoverflow.com/a/64115885