0.0.1 • Published 5 years ago

avanue-auth v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

Authentication

A component library design to build for authentication's components like email, password, username etc

Packages including

  • React
  • React-native

Installation

This package require node@8.11.3 or later

git clone https://github.com/5-StarDesigners/Authentication-Components.git

Install the dependencies and devDependencies and start the server.

$ cd Auth
$ npm install
$ react-native run-android

For production environments...

$ npm install --save @code-avenue/Auth
$ NODE_ENV=production node app

Libraries

@code-avenue/Auth uses those libs

PluginREADME
Reacthttps://github.com/facebook/react/blob/master/README.md
react-nativehttps://github.com/facebook/react-native/blob/master/README.md

Development

Want to contribute? Great!

@code-avenue/Auth uses react and react-native packages. Make a change in your file and instantanously see your updates!