Welcome to the Mineral Starter Kit for the Dart Mineral Framework! 🎉
This starter kit provides a solid foundation for building applications using the Mineral Framework. 🚀 Whether you're a seasoned developer or just getting started, this kit will help you quickly set up and start developing your next project with ease.
Happy coding! 💻
- Dart SDK: Install Dart
- Mineral Framework: Get Mineral
- Clone the repository:
git clone https://github.com/bZez/mineral-starter-kit.git
- Navigate to the project directory:
cd mineral-starter-kit - Install dependencies:
dart pub get
To run the application, use the following command:
dart run bin/main.dartbin/: Contains the main application code.lib/: Contains the commands code.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Happy coding!