/SI-Hybrid

Primary LanguageJavaScript

React Cordova Webpack

How to use

First, you'll need install this project's dependencies:

npm install

In order to use webpack-dev-server with hot-reloading, use the following command:

npm run start

If you want to build and render on cordova :

# Will build the app in directory "www"
npm run build

then:

# If cordova is not instralled
npm install -g cordova
# add platform android
cordova platform add android
# Runs application in emulator
cordova run android