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

Overview

react-redux-cordova-boilerplate

A boilerplate for a Redux-React Cordova application using Babel, Webpack and Gulp

Development

  • Run npm install
  • Run npm run dev
  • Go to localhost:8080 to see the app
  • Any changes to src folder will automatically rebuild to www folder

Test

  • Run npm run test

Directory

  • scripts/: All your build scripts
  • src/: All your source code

Cordova Build

Android

  • Run npm run build:android
  • Project will be build inside '.cordova' directory.

iOS

  • Run npm run build:ios
  • Project will be build inside '.cordova' directory.
You might also like...
Starting project with react from scratch using webpack and babel
Starting project with react from scratch using webpack and babel

React Part 2 Meliuz Iniciando projeto com react do zero usando webpack e babel. O que é? (Onde vivem? O que comem?) webpack (com “w” minúsculo, respei

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS

Relay Fullstack is a Relay scaffolding application that aims to help you get up and running a project without worrying about integrating tools. It com

A universal Javascript starter kit inc. React, Redux, Redux Dev Tools, Universal Redux Router, CSS Modules, hot module reloading, Babel for ES2015+ and ESLint

UniversalJS A universal Javascript starter kit inc. React, Redux, Redux Dev Tools, Universal Redux Router, CSS Modules, hot module reloading, Babel fo

An Electron boilerplate featuring typescript, react, webpack, tailwind and redux - ready to use!

A secure, modular, and easy to use Electron Forge boilerplate featuring Typescript, React, Webpack, TailwindCSS, Redux and persistance (with redux-persist support)

React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in
React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in

A comprehensive starter kit for rapid application development using React. Why Slingshot? One command to get started - Type npm start to start develop

A boilerplate for a Koa Redux React application with Webpack, Mocha and SASS

Boilerplate for a Koa Redux React app with Webpack, Mocha, SASS, Babel, ESLint... Docs Detailed blogpost on how was this boilerplate built Good to und

Eth-time - ETH Time - A new NFT collection created to explore new ways of generating NFTs on-chain

ETH Time ETH Time is a new NFT collection created to explore new ways of generat

React-Typescript-Webpack was config with React, Typescript, and Webpack without CRA. Faster to start your next react project.
React-Typescript-Webpack was config with React, Typescript, and Webpack without CRA. Faster to start your next react project.

Start your react typescript project with manual webpack config in seconds Flexible to control webpack, easy to deploy Keywords: React Starter, Webpack

Rollup + React + Babel + Prettier + Strict ESlint and Stylelint + Sass + VSCode + Playground app - Enterprise grade boilerplate

React package boilerplate by HackingBay Rollup + React 17 + Babel + Prettier + Strict ESlint and Stylelint + Sass + VSCode + Playground app - Enterpri

Comments
  • Can't build apk

    Can't build apk

    I run the commands given in the README and this error I was given

    BUILD SUCCESSFUL
    
    Total time: 1 mins 44.941 secs
    Built the following apk(s):
        /home/seba/repos/test_applications/react-redux-cordova-boilerplate/.cordova/platforms/android/build/outputs/apk/android-release-unsigned.apk
    Please specify alias name
    
    Please type jarsigner -help for usage
    [11:38:02] 'build:android' errored after 2.62 min
    [11:38:02] Error: Command `jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore YOU-KEYSTORE-FILE.keystore ./platforms/android/build/outputs/apk/android-release-unsigned.apk` failed with exit code 1
        at ChildProcess.exithandler (child_process.js:744:12)
        at ChildProcess.emit (events.js:110:17)
        at maybeClose (child_process.js:1008:16)
        at Socket.<anonymous> (child_process.js:1176:11)
        at Socket.emit (events.js:107:17)
        at Pipe.close (net.js:476:12)
    
    npm ERR! Linux 3.5.0-61-generic
    npm ERR! argv "/home/seba/.nvm/v0.11.16/bin/node" "/home/seba/.nvm/v0.11.16/bin/npm" "run" "build:android"
    npm ERR! node v0.11.16
    npm ERR! npm  v2.3.0
    npm ERR! code ELIFECYCLE
    npm ERR! [email protected] build:android: `eslint scripts && gulp build:android`
    npm ERR! Exit status 1
    npm ERR! 
    npm ERR! Failed at the [email protected] build:android script 'eslint scripts && gulp build:android'.
    npm ERR! This is most likely a problem with the react-redux-cordova-boilerplate package,
    npm ERR! not with npm itself.
    npm ERR! Tell the author that this fails on your system:
    npm ERR!     eslint scripts && gulp build:android
    npm ERR! You can get their info via:
    npm ERR!     npm owner ls react-redux-cordova-boilerplate
    npm ERR! There is likely additional logging output above.
    

    On dev server runs great. Thanks for the boilerplate! Any idea why it wouldn't work?

    opened by sebastialonso 8
Owner
Inderpal Singh
http://singhinther.me/
Inderpal Singh
Building web, Electron, Cordova and Chrome apps, and cross-browser extensions with React, Redux and Webpack. "Write once, deploy everywhere" concept in practice.

CrossBuilder Building web, Electron, Cordova and Chrome apps, and cross-browser extensions that use Redux actions for messaging. Redux states are sync

Mihail Diordiev 487 Jan 6, 2023
Building web, Electron, Cordova and Chrome apps, and cross-browser extensions with React, Redux and Webpack. "Write once, deploy everywhere" concept in practice.

CrossBuilder Building web, Electron, Cordova and Chrome apps, and cross-browser extensions that use Redux actions for messaging. Redux states are sync

Mihail Diordiev 488 Sep 8, 2022
Large SPA boilerplate use react redux webpack babel es6 express browsync nodemon...

React-workflow Why Large SPA application is hard to design, because a lot of things need to consider The boilerplate had solved the difficulty for

云霜儿 66 Mar 27, 2021
Large SPA boilerplate use react redux webpack babel es6 express browsync nodemon...

React-workflow Why Large SPA application is hard to design, because a lot of things need to consider The boilerplate had solved the difficulty for

云霜儿 66 Mar 27, 2021
A boilerplate of SPA, built with React.js, Webpack, ES6+, Redux, Router, Babel, Express, Ant Design...

Getting start Clone this repo: $ git clone https://github.com/jovey-zheng/react-start-kit.git Install dependenices: $ npm i Start the project: $ npm

Jovey Zheng 109 Mar 1, 2022
Simple React-Native boilerplate code in Typescript for getting started with a new project quickly. It has all the essentials that one would require in a project.

react-native-boilerplate-typescript Simple React-Native boilerplate code in Typescript for getting started with a new project quickly. It has all the

Numanqmr 10 Sep 10, 2022
Minimal Electron boilerplate built with Typescript, Webpack 5 and Babel 7

electron-webpack-boilerplate Minimal Electron Starter Kit built with Typescript, React, Webpack 5 and Babel 7 To create a JS library, check out js-lib

Francisco Hodge 10 Aug 16, 2022
A complete set up of the React application with Typescript, Webpack 5, Babel v7, SSR, Code Splitting and HMR.

A complete set up of the React application with Typescript, Webpack 5, Babel v7, SSR, Code Splitting and HMR.

null 24 Dec 22, 2022
demo with react,ant-design,redux,react-router,webpack,babel

star-initReact-example A demo with star-initReact-example ##效果截图 首页 列表页 弹框 表格组件 echart 使用技术和实现功能 webpack + React +React-router + React-redux +ES6 + an

对影三人 76 Apr 15, 2022
This project is designed to help those who use antd to develop a website(or web app). Maybe also need to use redux, router and so on.

react-antd-redux-router-starter This project is designed to help those who use antd to develop a website(or web app). Maybe also need to use redux, ro

yuzhou 102 Nov 21, 2022