create-drupal-cloud-starter
v0.2.1
Published
Create a new Drupal Cloud app with Next.js
Maintainers
Readme
Create Drupal Cloud App
The easiest way to get started with a Next.js application integrated with Drupal Cloud.
Quick Start
Create a new Drupal Cloud app in one command:
npx create-drupal-cloud-starter my-appThen navigate to your project and start developing:
cd my-app
npm run devOpen http://localhost:3000 to see your app running.
What's Included
Your new app comes with:
- ⚡ Next.js 15 with App Router
- 🍃 Drupal integration ready to go
- 🎨 Tailwind CSS for styling
- 📱 Responsive design out of the box
- 🔧 TypeScript support
- 🧹 ESLint configuration
- 🚀 Apollo Client for GraphQL
- 🎯 Friendly setup guide for easy configuration
Available Scripts
Once your app is created, you can run:
npm run dev- Start the development servernpm run build- Build for productionnpm run start- Start the production servernpm run lint- Run ESLint
Environment Setup
Your new project includes an .env.example file. Copy it to .env.local and configure your Drupal Cloud settings:
cp .env.example .env.localRequirements
- Node.js 18.0.0 or later
- npm, yarn, or pnpm
Contributing
Found a bug or want to contribute? Check out the GitHub repository.
License
MIT
