Git Product home page Git Product logo

ionic4-feathersjsplus-starter's Introduction

ionic4-feathersjsplus-starter app

Demo of Ionic 4 / Angular app with FeathersJS+ backend services.

Features

  • A follow-up for ionic3-feathers app
  • A simple list of todo items stored on a backend server
  • Uses Ionic 4 / Angular for the app that can be delivered on multiple platforms:
    • Webserver
    • iOS native app
    • Android native app
    • Windows/MacOS/Linux desktop app (with addition of Electron, not covered here)
  • Uses FeathersJS+ for a NodeJS backend server and a client in the app
  • Client Uses slick DataSubscriber wrapper on top of Feathers that streamlines views and components code
  • Debugging in VSCode (both the app and server back-end)
  • Automated tests of the server code

There are two ways to get started (Assuming node/npm and git is already installed, if not, google it):

  1. Get the complete code from Github
  2. Follow step-by-step instructions (and get the relevant code from the Github)

Get Started - Get complete code

Get complete code from Github: github.com/iva2k/ionic4-feathersjsplus-starter

Note: Make sure to setup private info (passwords, API keys, etc.) in file api/config/private.env before starting server npm start.

sudo npm install -g ionic cordova
git clone https://github.com/iva2k/ionic4-feathersjsplus-starter
cd ionic4-feathersjsplus-starter
npm i
cd api
npm i
cp /config/private.env.template config/private.env
npm start

and in a separate terminal run:

ionic serve

Get Started - Step-by-Step Instructions

Create an app from scratch following steps in TUTORIAL.md.

Differences from ionic3-feathers app

  • Different top-level directory structure
  • Use Ionic 4 / Angular instead of outgoing Ionic 3
  • Use FeathersJS+ instead of plain FeathersJS

END

ionic4-feathersjsplus-starter's People

Contributors

iva2k avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.