DevKit is a versatile batch file utility that simplifies the process of creating various web development projects. With DevKit, you can quickly generate project setups for React, Next.js, Vite, and basic HTML/CSS/JS templates. The utility prompts you for the required information and handles the setup automatically.
- React.js: Create a new React application with minimal effort.
- Next.js: Set up a new Next.js application quickly.
- Vite: Generate a Vite-powered project with ease.
- HTML/CSS/JS: Create a basic HTML/CSS/JS template and open it in your default web browser.
-
Download and Extract:
- Download the repository as a ZIP file.
- Extract the contents of the ZIP file to your desired location.
-
Run the Script:
- Double-click the
MasterDevKit.bat
file to launch the utility.
- Double-click the
-
Choose a Project Type:
- Follow the on-screen prompts to select the type of project you want to create.
- Provide the requested information, including the path, folder name, and project name.
-
Project Creation:
- The batch file will handle the setup process based on your choices and display appropriate messages.
-
React.js:
- Prompt: Enter the path where the React.js app should be created.
- Prompt: Enter the name of the React.js app.
- The batch file will create a new React.js project in the specified location.
-
Next.js:
- Prompt: Enter the path where the Next.js app should be created.
- Prompt: Enter the name of the Next.js app.
- The batch file will create a new Next.js project in the specified location.
-
Vite:
- Prompt: Enter the path where the Vite app should be created.
- Prompt: Enter the name of the Vite app.
- The batch file will create a new Vite project in the specified location.
-
HTML/CSS/JS:
- Prompt: Enter the location path where you want to save the files.
- Prompt: Enter the new folder name.
- The batch file will generate an HTML/CSS/JS template and open the
index.html
file in your default web browser.
- Node.js and npm: Required for creating React.js, Next.js, and Vite projects.
- Basic text editor and web browser: Required for the HTML/CSS/JS template.
- Ensure that the paths you provide are correct and that you have the necessary permissions to create directories and files.
- If you encounter issues, verify that Node.js and npm are installed and properly configured on your system.
- For additional help, refer to the documentation for React.js, Next.js, Vite, or consult the relevant community forums.