A comprehensive starter kit to kick-start your next mobile application using NextJs and gluestack-ui - your one-stop solution for faster, smoother, and better mobile and web development.
See the live demo of this starter kit at Demo Link.
- gluestack-ui
- NextJs
- TypeScript
- Seamless Integration: Get up and running with Expo and gluestack-ui in no time.
- Modular Architecture: Built with scalability in mind to cater to both small and large projects.
- Theming & Styling: Customizable themes using gluestack-ui components.
- Detailed Documentation: Comprehensive documentation to guide you through every step.
- Extensive form handling: Extensive implementation of handling forms and validations.
- Preconfigured linting rules: Comprehensive linting rules.
- Preconfigured editor configurations: Widely accepted editor configuration.
Please find the screenshots in the head-starter-kit-screenshots
folder.
- Node.js
- NextJs CLI
# Clone the repository
## Using SSH
git clone git@github.com:gluestack/expo-head-starter-kit.git
## Using HTTPS
git clone [https://github.com/gluestack/expo-head-starter-kit.git](https://github.com/gluestack/expo-head-starter-kit.git)
# Navigate into the directory
cd next-head-starter-kit
# Install dependencies
npm install
# Start the Expo development server
npm run dev
For a deep dive into the components, structure, and configurations, please refer to our detailed documentation.
We welcome contributions! Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo, make changes and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License.
- Thanks to the NextJs team for creating an amazing platform.
- Shoutout to gluestack-ui contributors for their outstanding work.