React components for faster and easier web development.
Please see UPGRADE for details.
Please see RELEASE for details.
Run the following commands to get up and running with this project.
yarn install
yarn run build
We use StorybookJS for developing our UI components in isolation. In order to get Storybook running, run the following command:
yarn run storybook
When developing any TypeScript project within Coconut Software, the recommended approach is to install VSCode and install the recommended plugins. This project might recommend extra plugins specifically for it's use case.
- ESLint
- Headwind
- JavaScript and TypeScript Nightly
- Jest
- Prettier - Code formatter
- Tailwind CSS IntelliSense
- TypeScript Hero
yarn install
yarn run build
yarn run storybook:export
This will create a storybook-static
folder that you can open up directly on your own device or zip up to share with others.