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.git
Now check if you have all the tools needed to start development.
npm -v
After cloning the boilerplate, run the installation of all the packages in the project.
npm i
With all the packages installed, it's time to put the project into action.
npm run dev
Starts the development server for the project.
npm run lint
Executes ESLint to check for code quality and style issues.
npm run test
Launches Vitest for automated testing.
npm run sb
Starts Storybook for component development and testing.
npm run build
Builds the project for production deployment.
Distributed under the MIT License. See LICENSE
for more
information.