Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.08 KB

File metadata and controls

61 lines (37 loc) · 1.08 KB

Github profiler

This project was created by Rafael Appelt as a practical test for AE Studio.

Architecture

The project has 3 layers separated by directories. The webpack wraps everything in the dist folder during the build process.

/core

The enterprise's core logic.

/ui

This layer contains the application's business rules regarding the user interface.

/web

The implementation of the user interface. Web Components were used to modularize the interface components.

Usage

Requirments

This project requires the npm installed to build and run.

Building

To build the application with Webpack, run the following npm script:

  npm run build

Running

To run the application, use one of the following methods:

npm script Run the npm script:
  npm run start
Manual file open Open with a browser the file located on `/dist/index.html`.
Published website

Visit http://appelt.com.br/github-profiler