The QuickSail Stack is a versatile and efficient boilerplate for web application development, designed to help developers set sail quickly on their SAAS project.
Clone the QuickSail repository from GitHub.
git clone https://github.com/ibrahimraimi/quicksail
Make sure to give execute permissions to the script
chmod +x ./scripts/install_dependencies.sh
Then you can run the script:
./scripts/install_dependencies.sh
Run the development server to start building your application.
Make sure to give execute permissions to the script
chmod +x ./scripts/start_servers.sh
Start development server
./scripts/start_servers.sh
The QuickSail Stack is open-source software licensed under the MIT License. See the LICENSE file for more details.
For any questions, feedback, or support, please reach out to us on GitHub or through our community channels.
Thank you for choosing the QuickSail Stack for your web development projects. We hope this documentation helps you get started quickly and smoothly. Happy sailing!