GithubHelp home page GithubHelp logo

rix133 / ionic-4-auth-cli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flicher-com/ionic-4-auth-cli

0.0 0.0 0.0 1.41 MB

Starting point for Ionic 4 Application with Authentication build in.

Home Page: https://blog.flicher.net/ionic-4-user-registration-login-tutorial/

JavaScript 3.85% TypeScript 71.88% HTML 17.49% CSS 6.77%

ionic-4-auth-cli's Introduction

Ionic 4 Auth CLI

Starting point for Ionic 4 Application with Authentication build in. Go to Ionic 4 User Registration & Login Tutorial to see more info and screen shots.

Getting Started

If your Ionic 4 application needs authentication, you have came on right page. If you are starting a completely new project, then you can just clone this and start working on it. This will save your couple of hours for sure.

In this Project Iโ€™m using side menu template of Ionic 4. If you already have a project then you can go to Ionic Auth and copy only files.

Prerequisites

Ionic Framework Docs

Node

Installing

If you want to install the project local, you can using following command.

git clone https://github.com/flicher-net/ionic-4-auth-cli.git

CD into project

cd ionic-4-auth-cli/

Install Node Modules

npm install --unsafe-perm=true --allow-root

If you are using mac, you might get ENFILE: file table overflow errors, you can use these commands to solve it.

echo kern.maxfiles=65536 | sudo tee -a /etc/sysctl.conf
echo kern.maxfilesperproc=65536 | sudo tee -a /etc/sysctl.conf
sudo sysctl -w kern.maxfiles=65536
sudo sysctl -w kern.maxfilesperproc=65536
ulimit -n 65536 65536    

Configure

If you are going to be using a backend to store user details. Then go to src/app/services/env.service.ts file and give value to API_URL.

For example:

API_URL = 'https://blog.flicher.net/api-url';

Deployment

iOS Setup

Andriod Setup

Built With

Ionic Framework

Follow me on Twitter

Twitter

ionic-4-auth-cli's People

Contributors

verma-varun 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.