1.0.1 • Published 12 months ago

react-start-template v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

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:

  1. 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
  2. After that, select the Javascript option in the menu

Creating the TypeScript Template:

  1. 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
  2. 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.

1.0.1

12 months ago

1.0.0

12 months ago