Skip to content

MacKentoch/call-app

Repository files navigation

Call app

Credits to web-apps.ninja for giving us the original template for free 👏.

Important

Ensure to run NodeJS x4 (tip use nvm) with this version.

Content

  • Director template (see original one here)
  • ReactJS
  • Redux (+ hot reload + devTools)

Usage

Install

npm install

bundle dev mode (+ redux-devtools)

General case:

npm run dev

Windows - particular - case::

npm run dev-win
Note : redux-devtools shortcuts
  • ctrl+h: to toggle devtools panel
  • ctrl+q: to change devtools panel position (by default: on the right)

dev : hot reload mode (+ redux-devtools)

General case:

npm run start

Windows - particular - case::

npm run start-win
Note : redux-devtools shortcuts
  • ctrl+h: to toggle devtools panel
  • ctrl+q: to change devtools panel position (by default: on the right)

bundle production mode

General case:

npm run prod

Windows - particular - case::

npm run prod-win

Releases

No releases published

Packages

No packages published

Languages