Simcy Creative
  • What is Simcify
  • Requirements
  • Getting Started
  • Javascript Functions
    • Simple js Functions
    • Interaction Functions
      • Loader
      • Notifications
      • Credit Card Form
    • Helper Functions
      • Random
      • Cookies
      • Send to server(Ajax)
      • Server Responses
    • HTML helpers
      • Form Processing
      • Send onClick
      • Send onChange
      • Fetch & Display
      • Dropify
      • Switchery
      • Crop Image Input
      • Image Preview
  • PHP Functions
    • Introduction
    • Setup
    • Authentication
      • Login
      • Register
      • Forgot Password
      • Reset Password
    • Configuration
    • Email & SMS
      • SMS
        • Africa's Talking
        • Twilio
      • Email
    • Files Manager
      • Upload
      • Delete
Powered by GitBook
On this page
  • Step 1: Clone the project.
  • Step 2: Setup front-end

Getting Started

Starting your project with Simcify if pretty simple, we'll take you through it all. Follow the steps below.

Step 1: Clone the project.

We will have a copy of Simcify as starter files on every project and put it on Gitlab. You will then be given access and after that you can clone the project from your terminal.

Example cloning command:

git clone git@gitlab.com:simcycreative/project.git

Step 2: Setup front-end

Simcify is a framework that includes both front-end and backend. For front-end, three things will be needed.

  1. Add jQuery version 3.3.1 or above

  2. Add simcify.js or simcify.min.js to your page

  3. Add simcify.css or simcify.min.css to your page

PreviousRequirementsNextSimple js Functions

Last updated 6 years ago