@flish/cra-template

1.0.4 • Public • Published

Flish create-react-app Template

To simplify creating flish extension, we created a template for you. This implementation uses create-react-app. It's a good starting point for your flish extension. It adds the following features:

  • Chakra UI - Flish uses Chakra UI for its UI components.

  • Flish Theme - Flish has a custom theme for Chakra UI which matches Flish's design system.

  • Flish types - Flish has a set of custom APIs to interact with the system. This is a type definition for the APIs.

  • React Router - React Router configured to work with Flish.

Usage

To use this template, pass it as an argument of the create-react-app command.

# With npm
npx create-react-app new-extension --template "@flish"
# With yarn
yarn create react-app new-extension --template "@flish"

Package Sidebar

Install

npm i @flish/cra-template

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

23 kB

Total Files

12

Last publish

Collaborators

  • julien040