fourctv / 4DLibrary

4D Library Sample Web & Mobile apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4D Library Sample

Built upon 4D's sample application: Library

With the addition of the RESTApi Component and the JS44D Library.

Requirements to run the sample

  • 4D V16
  • nodejs & npm
  • typescript
  • nativescript and XCode (if you want to try the mobile app)

How to get it up on the web

  • download a copy of this repository and unzip it
  • start 4D v16 and open the Library structure
  • open a terminal session on the unzipped folder
  • run the following:
npm install
npm start

need to run install only once

How to get mobile up

  • on the terminal session run:
cd nativescript
npm install
npm run ios --emulator

need to run install only once

About

4D Library Sample Web & Mobile apps


Languages

Language:TypeScript 48.6%Language:JavaScript 21.5%Language:HTML 20.9%Language:CSS 8.8%Language:Dockerfile 0.2%