A boilerplate for a Redux-React 'Cordova' application because react native is too new to use in prod. It also has Babel, Webpack and Gulp
The React-Redux-Cordova boilerplate is a robust starting point for developers looking to create mobile applications using the powerful combination of Redux and React. It streamlines the development process with built-in tools like Babel, Webpack, and Gulp, making it easier for developers to focus on building features rather than managing configurations.
This boilerplate is designed with efficiency in mind, allowing for rapid prototyping and easy testing. With a straightforward setup, developers can quickly run their applications and see changes in real-time, making it an excellent choice for both beginners and experienced developers alike.
npm install and npm run dev command to launch your application.src folder are automatically reflected in the application, streamlining the development process.npm run test, ensuring your application performs reliably.npm run build:android command to generate a build for Android, stored in the .cordova directory.npm run build:ios, allowing easy deployment to Apple devices.