react-start-template
v1.0.1
Published
This is an npm package that installs a complete template for React projects. It allows you to choose between TypeScript and JavaScript for your project development. In addition, the template includes configurations for Vite, which is a build tool that is
Downloads
5
Readme
React Quickstart Template
This is an npm package that installs a complete template for React projects. It allows you to choose between TypeScript and JavaScript for your project development. In addition, the template includes configurations for Vite, which is a build tool that is faster and more efficient than most existing build tools.
The template also includes configurations for unit testing with Vite, Storybook for UI component development, and the shadcn-ui component library.
Installation
To install the package, you can use the following command:
npm install react-quickstart-template
After installation, you can run the following command to start the setup:
npx react-quickstart-template
This command will start the setup and will ask some questions to configure your new React project.
Creating the JavaScript Template:
Enter the
js-template
directory and create a new Vite project with JavaScript:cd js-template npm install react-quickstart-template npx react-quickstart-template
After that, select the Javascript option in the menu
Creating the TypeScript Template:
Enter the
ts-template
directory and create a new Vite project with JavaScript:cd ts-template npm install react-quickstart-template npx react-quickstart-template
After that, select the Javascript option in the menu
Contribution
Contributions are always welcome. If you encounter any problems or have any suggestions, please open an issue on GitHub.