create-nexa-native-redux
v1.0.8
Published
Scaffold a Nexa Native Redux starter app
Readme
📦 create-nexa-native-redux
A production-ready React Native CLI starter by Conscious Neurons LLC.
Quickly scaffold a modern React Native app with:
- Redux Toolkit
- Navigation
- Clean architecture
- Nexa branding
- Professional UI starter
🚀 Getting Started
Using npx (recommended)
npx create-nexa-native-redux MyAppUsing global install
npm install -g create-nexa-native-redux
create-nexa-native-redux MyApp▶️ Run the app
cd MyApp
npm start
npm run android🧠 What you get
A fully configured React Native project with:
- ⚛️ React Native (0.78+)
- 🧩 Redux Toolkit setup
- 🧭 Navigation pre-configured
- 🎨 Nexa branding + icon
- 🏗 Clean folder structure
- 📱 Ready-to-run Android app
- 🧪 Sample Counter screen (Redux demo)
- 🏠 Professional Home screen
📁 Project Structure
MyApp/
App.js
index.js
app.json
package.json
android/
ios/
src/
assets/
nexa-icon.png
navigation/
AppNavigator.js
screens/
HomeScreen.js
CounterScreen.js
store/
store.js
counterSlice.js🎯 Philosophy
Nexa is designed for:
- Clean, scalable architecture
- Fast startup for real apps (not demos)
- Minimal friction with React Native setup
- Developer productivity from day one
🏢 About
Built by Conscious Neurons LLC
We focus on building high-quality, scalable digital products with strong engineering foundations and clean design systems.
🛠 Roadmap
Planned features:
nexa-native screen <name>→ generate screensnexa-native component <name>→ reusable componentsnexa-native slice <name>→ Redux slicesnexa-native context <name>→ React contextsnexa-native service <name>→ API layer.envconfiguration support- Authentication templates
- CLI doctor & diagnostics
⚠️ Notes
- This CLI uses the React Native CLI (non-Expo)
- Android is fully supported out of the box
- iOS support can be added depending on your environment
📦 Versioning
We follow:
1.0.0→ stable scaffold1.x→ CLI feature additions (generators, tooling)
🤝 Contributing
Contributions are welcome.
If you want to improve the CLI or add generators, feel free to open a PR or issue.
📄 License
MIT
🔥 Example
npx create-nexa-native-redux MyApp
cd MyApp
npm run android