1.2.2 • Published 2 years ago
launchkit-cli v1.2.2
CLI to generate boilerplate code to quickly launch your first product
Table of Contents
Quick Start
Create a new project using the init command.
npx launchkit-cli@latest init
Your app name: [your-app-name]
Choose your backend:
strapi
nest - Coming soon 🚧
Choose your frontend:
vite-react
nextjs - Coming soon 🚧Open the project in your favorite code editor and start both the frontend and backend servers.
Backend
cd [your-app-name]/apps/api
yarn
yarn developFrontend
cd [your-app-name]/apps/web
yarn
yarn devUsage
Use the init command to initialize a new project.
npx launchkit-cli@latest initCommands
add
Use the add command to add features to your project.
npx launchkit-cli@latest add [feature]Features
docker: adds a Dockerfile and .dockerignore to your projectpage: adds a new page to your frontend projectemail: adds email provider to your backend so you can send emailsemail-confirmation(requiresadd email): forces users to confirm their email address before they can login
Example
npx launchkit-cli@latest add dockerDonations
Your donations are highly appreciated. They help me to continue working on this project. You can donate via Github Sponsors
Troubleshooting
Email confirmation not working
SendGrid requires you to verify your email address before you can send emails.
If the from adn replyTo emails you setup are not verified the provider wo'nt be able to send emails.
License
Licensed under the MIT license.