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.
- Host: GitHub
- URL: https://github.com/fazle-rabbi-dev/create-swiftstart
- Owner: fazle-rabbi-dev
- Created: 2023-09-16T13:15:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T10:28:06.000Z (about 2 years ago)
- Last Synced: 2025-10-06T21:28:50.272Z (7 months ago)
- Topics: nextjs, nextjs13, nextjsapplication, react, reactapp, reactapplication, reactboilerplate, reactjs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/create-swiftstart
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).