Excella Central is a project developed by the JavaScript Specialty Area of Excella Labs. The purpose is to bring Excellians together, familiarizing employees with each other in a fun & interactive way. Using Ionic Pro, we have created a native in-house mobile app for iOS & Android, as well as a Progressive Web App (which can be found at https://central.excellalabs.com).
This application works in conjunction with our LoopBack server at https://github.com/excellalabs/excella-central-server.
node -v
and npm -v
in a command shell)To get started, clone the repo and run the following commands within the project directory:
$ npm install
$ ionic serve
After the app compiles, you should see a browser window automatically open at http://localhost:8100 with the app displayed. That's it! You're ready to start contributing to Excella Central.
For more details on the commands you can run, check out the Ionic CLI documentation and browse the custom scripts in the package.json file.
If you'd like to contribute to Excella Central, check out our Waffle.io scrum board to see what's in progress and what we'd like to accomplish in the future. Bugs, issues, and enhancements can be submitted to this GitHub repo as well.