Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

codivoire/cordova-framework7-react-typescript

Repository files navigation

Build Status dependencies Status devDependencies Status Gitter


template logo

Modern Hybrid App Boilerplate

Preface

This is a full fledged PRODUCTION READY workflow boilerplate for building rapid and complex application.

The technologies used in this workflow boilerplate shows case a subset of technologies we are currently using within our team ( we put this project in github mainly as recruiting purpose for our team ), and we are trying to give our candidates confidence that by working with us, they will be using decent technologies as well as staying relevant to the industry. And that is what our team strongly believed in - technology innovation and promoting developers' relevancy in the industry.

If you are interested in working with us, feel free to send a message to lambirou.

Features

Features

  • Framework7 v4
  • React v16
  • Redux
  • Webpack v4
  • Cordova
  • Ionic Native v5
  • ES6 / ES7
  • SASS / SCSS
  • TypeScript v3.3

Installation

Step 1: Clone this repo

git clone https://github.com/lambirou/cordova-framework7-react-typescript.git my-app
cd my-app

Step 2: Install

npm install

Step 3: Start

npm start

And Done, as easy as 123!!

List of NPM Commands

$ npm run dev       # build and watch, but javascript and css not minified
$ npm run build     # build a minified production version

List of Cordova Commands

$ cordova platform add ios      # add android ios to your project
$ cordova platform add android    # add android platform to your project

$ cordova run ios # launch the app on iOS device or emulator
$ cordova run android # launch the app on Android device or emulator

After that, all Cordova commands can be used.

How to Contribute

We welcome anyone to send us pull request to improve this boilerplate, the goal is to make it better from time to time and we all can learn from it.

This boilerplate will be maintained separately. So please do not check in any business logic to it unless it is for example purpose.

Maintainers


Roland Edi

License

MIT ©

About

Starter template for Framework7 + React + Redux + Webpack + Cordova + Ionic Native + TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published