An open API service indexing awesome lists of open source software.

https://github.com/fazle-rabbi-dev/create-swiftstart

🚀🔥 Automate the setup of Vite-React & Next.js projects with a pre-designed boilerplate structure using create-swiftstart. This tool saves your time and provides a clean starting point for your React or Next.js applications.
https://github.com/fazle-rabbi-dev/create-swiftstart

nextjs nextjs13 nextjsapplication react reactapp reactapplication reactboilerplate reactjs

Last synced: 14 days ago
JSON representation

🚀🔥 Automate the setup of Vite-React & Next.js projects with a pre-designed boilerplate structure using create-swiftstart. This tool saves your time and provides a clean starting point for your React or Next.js applications.

Awesome Lists containing this project

README

          

# Create-Swiftstart

Automate the setup of Vite-React & Next.js projects with a pre-designed boilerplate structure using create-swiftstart. This tool saves your time and provides a clean starting point for your React or Next.js applications.

## Usage

### 1. Initialize a New Project

```bash
npm init swiftstart@latest
```

This command initializes a new project using the latest version of create-swiftstart and displays a prompt to set up a Vite-React/Next.js project with a custom boilerplate.

### 2. Create a New React Project

```bash
npm init swiftstart@latest myapp -t react
```

Create a new React application named `myapp` using create-swiftstart. The `-t` flag specifies the template (in this case, "react").

### 3. Create a New Next.js Project

```bash
npm init swiftstart@latest myapp -t next
```

Create a new Next.js application named `myapp` using create-swiftstart. The `-t` flag specifies the template (in this case, "next").

## Templates

- **React**: Set up a Vite-powered seo-friendly React project with a predefined folder structure.
- **Next.js**: Initialize a Next.js project with a custom boilerplate for rapid development.

## Contributing

If you have suggestions, improvements, or would like to report an issue, feel free to open an [issue](https://github.com/fh-rabbi/create-swiftstart/issues) or submit a [pull request](https://github.com/fh-rabbi/create-swiftstart/pulls).