elogbooksdevelopment / recruitment-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elogbooks Test Frontend

Requirements

  1. git (https://git-scm.com/downloads)
  2. node (https://nodejs.org/en/download/package-manager/)

Installation

  1. Run:
    • npm install (that should install bower_components if not run 'bower install')
    • npm start (if port is already in use please open package.json and change port on line 17)

Quick code guide

To register new files add them on bottom of app/index.html

App structure

  • app
    • modules
      • job (here goes all job related code)
        • create (folder per functionality containing [controller, template file])
        • list
        • view
        • routes.js (contains routes for job section)
      • quote (here goes all quote related code)
        • same as above ^

About


Languages

Language:JavaScript 58.3%Language:HTML 40.9%Language:CSS 0.8%