Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 2.23 KB

README.md

File metadata and controls

64 lines (42 loc) · 2.23 KB

Fendee

Fendee is a authentication KIT designed with Angular. This is a template that you can use for your next application (for yourself, your company, or any client). It is very easy to edit, extend and publish. App design is based on Login/Register. The UI has been design by [Harnish Design]


See Fendee in action ↗

Vue version

Coming soon

React Version

Coming soon

Browser compatibility

IE11* Edge Chrome Firefox Safari Opera UC Browser
✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️

Project Structure

├── ...
├── pages                   # This directory contains all the modules
│   ├── auth-1          
│   ├── auth-2         
│   └── ....                
└── ...

Installation

Run npm install to install the dependencies.

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Contributing

Maintainability

If you would like to contribute enhancements or fixes, please do the following:

  1. Fork the fendee repository and clone it locally.

  2. Make sure you have npm or yarn installed.

  3. When in the Fendee directory, run npm install or yarn install to install dependencies.

  4. To begin active development, run npm start or yarn start. This does several things for you.