/adseekr-ui

Primary LanguageTypeScriptMIT LicenseMIT


AdSeekr

UI for AdSeekr.
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

The codebase for the UI for AdSeekr, make with Angular based on the Nebular theme.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https:://github.com/leroyjvargis/adseekr-ui.git
  1. Install NPM packages
npm install
  1. Run development server
npm start
  1. Test
npm test
  1. Build
npm build

Usage

If you want to change the API URL to a local server, simply edit src/environments/environment.ts and change baseUrl to the local server's URL (eg. localhost:3000/api)

Note: Push to repo can only be done if linting is successful.

Roadmap

See the open issues for a list of proposed features (and known issues).

License

Distributed under the MIT License. See LICENSE for more information.