Quick Start Guide
Welcome to the SaaS Boilerplate CLI! This guide will help you get up and running quickly. Follow these steps to start building your application in no time.
Step 1: Installation
To get started, you'll need to run our CLI tool. Open your terminal and run the following command:
npx saas-boiler-cli
Step 2: Select Options
After running the command, you'll be presented with a series of options to customize your project. Select the options that best fit your needs.
Step 3: Install Dependencies
Once you've made your selections, install the project dependencies by running:
npm install
Step 4: Run Your Project
Now you're ready to run your project! Use the following command:
npm run dev
Your project should now be running on http://localhost:3000
. Open this URL in your browser to see your application in action!
Pro Tip: Check out our video tutorials for more in-depth guidance on getting started and making the most of our platform.
Next Steps
Now that you have your project up and running, here are some next steps to explore:
- Explore the project structure
- Learn about the routing system
- Customize the UI components
- Set up your database and API integrations
- Configure authentication (if selected)
- Prepare your project for deployment
Last updated: June 15, 2023