@veupathdb/cra-template

The base template for developing VEuPathDB web client features.

Usage no npm install needed!

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

README

@veupathdb/cra-template

This is the official create-react-app template for developing VEuPathDB web client features.

To use this template, add --template @veupathdb when creating a new app.

For example:

npx create-react-app my-app --template @veupathdb

# or

yarn create react-app my-app --template @veupathdb

For more information, please refer to: