create-ninjjacoder-app v1.0.8
🚀 Starter Apps Repository
Welcome to our Starter Apps Repository! This repository serves those seeking pre-configured starter apps to kickstart their projects or reference our setup, including the Design System (DSM).
Getting Jumpstarted
This repository contains a collection of pre-configured applications and tools to help engineers jumpstart their projects. You will find a variety of starter apps with different configurations:
React Apps Directory: react-apps/
- Discover a range of starter apps, including:
- 🚀 Next.js setups
- ⚙️ Create React App (CRA) configurations
- 🌀 Vite setups
- 🎨 Tailwind CSS integrated projects
To get started, choose the setup that aligns with your project's needs.
Contributing a Starter App
For engineers developing new starter apps based on our production applications, we've streamlined the process:
- Run the following script to generate a new starter app:
npm run gen:new
This script will prompt you to select a production app as your starting point. Your generated app will be placed in a wip (Work in Progress) folder. For example, if you choose react-cra as your base and name it login, the directory structure will be wip/react-cra-login.
By following these steps, you can efficiently create starter apps tailored to your project requirements.
If you have questions or need assistance, please don't hesitate to reach out. We're here to help you kickstart your projects and develop new starter apps effectively. Happy coding! 🙌🚀