Skip to content

ibrahimraimi/quicksail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The QuickSail Stack 🚢

The QuickSail Stack is a versatile and efficient boilerplate for web application development, designed to help developers set sail quickly on their SAAS project.

Local Setup

Clone the QuickSail repository from GitHub.

git clone https://github.com/ibrahimraimi/quicksail

Install dependencies

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

Development

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

License

The QuickSail Stack is open-source software licensed under the MIT License. See the LICENSE file for more details.

Support

For any questions, feedback, or support, please reach out to us on GitHub or through our community channels.

Conclusion

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!