btest-milan
v0.0.0
Published
This is aBConic SMB project for a React web application that uses Vite as a build tool, TypeScript for type checking, Tailwind CSS for styling, and Storybook for UI development and testing. This project uses Yarn as a package manager.
Downloads
2
Readme
Simplified CRM with BConic SMB
This is aBConic SMB project for a React web application that uses Vite as a build tool, TypeScript for type checking, Tailwind CSS for styling, and Storybook for UI development and testing. This project uses Yarn as a package manager.
Installation
To get started with this project, clone the repository and navigate to the project directory in your terminal. Then, run the following command to install the project dependencies:
yarn install
Running the development server
To run the development server, run the following command:
yarn dev
This will start the Vite development server and open a new tab in your default browser at http://127.0.0.1:5173.
Building the project
To build the project for production, run the following command:
yarn build
Running Storybook
To run Storybook, run the following command:
yarn storybook
This will start the Storybook development server and open a new tab in your default browser at http://localhost:6006.
Building Storybook
To build Storybook for production, run the following command:
yarn build-storybook
This will compile the Storybook code and output the results to the storybook-static directory.
Conclusion
This project provides a good starting point for building a web application with React, Vite, TypeScript, Tailwind CSS, and Storybook. You can use it as a foundation and customize it to fit your specific needs.