/skillocial

Skillocial is a mobile first social media platform for next generation of Hip Hop Community

Primary LanguageTypeScript

skillocial

Skillocial is a Social Media platform for next generation of Hip Hop Community of INDIA(May change to the WORLD).

Table of Contents

Getting Started

  • Download the installer for Node.js 6 or greater.
  • Install the ionic and cordova CLI globally: npm install -g ionic cordova
  • Clone this repository: git clone https://github.com/MaharshiChetan/skillocial.git.
  • Run npm install from the project root.
  • Run ionic serve in a terminal from the project root.
  • Hurray. 🎉

App Preview Pages

App preview screenshots were taken by installing generated apk in android phone.

  • Events
  • Profile
  • Login
  • Signup

Schedule

Exporting

To build/export the debug app:

Android

ionic cordova build android

iOS

ionic cordova build ios

Deploying

Progressive Web App

  1. Un-comment these lines
  2. Run npm run ionic:build --prod
  3. Push the www folder to your hosting service

Android

  1. Run ionic cordova run android --prod

iOS

  1. Run ionic cordova run ios --prod