This project aims to help all developers who need a React project with Storybook already pre-configured with all the basic tools for a modern and high-performance application.
This project only has the base tools for development:
In addition to the technologies mentioned above, this template also includes:
If you want to create a project to be published as a web page, you can access my other boilerplate with all the necessary configurations: boilerplate-react-typescript-storybook
To start using this template is very simple! Clone the project.
git clone https://github.com/AndreLuizMag/boilerplate-react-storybook-npm-package.gitNow check if you have all the tools needed to start development.
npm -vAfter cloning the boilerplate, run the installation of all the packages in the project.
npm iWith all the packages installed, it's time to put the project into action.
npm run devStarts the development server for the project.
npm run lintExecutes ESLint to check for code quality and style issues.
npm run testLaunches Vitest for automated testing.
npm run sbStarts Storybook for component development and testing.
npm run buildBuilds the project for production deployment.
Distributed under the MIT License. See LICENSE for more
information.
