Skip to content

sencha-extjs-examples/Coworkee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ext JS Employee Directory

Ext JS Sample Application - Employee Directory (Coworkee)

Getting started

Prerequisite

Install the server

Install the server node.js dependencies:

$ cd server
$ npm install

Build the client

Install the Ext JS framework dependencies:

$ cd client
$ npm install

Upgrade App ExtMoveToLatest

$ npm install -g @sencha/ext-movetolatest
$ ext-movetolatest
$ npm install

Development build:

$ npm start

Production build:

$ npm run build

Run the app

$ cd server
$ npm start

Note: by default, npm start will use the development build. To run the production build, use the following command instead:

$ npm start -- --client-environment=production

Open your browser on http://localhost:3000

Network access

By default, the server is setup to expose the Ext.Direct API through localhost. This address can be changed via the direct.server option (e.g. 192.168.1.2), in which case the client must be launched using the same address (e.g. https://192.168.1.2:3000). If the client needs to be accessed with a different address, you first need to enable CORS using cors.enabled: true.

Cordova / PhoneGap

If the app is ran inside Cordova (or PhoneGap), it's required to change the following configs:

About

Ext JS Employee Directory Example Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages