Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

liquidinvestigations/web-ui

Repository files navigation

web-ui

The Liquid investigations Admin panel was built using Angular framework. For more details regarding this framework please visit the official website.

For the production build and for development NodeJs is required.

For production:

git clone https://github.com/liquidinvestigations/web-ui.git
cd web-ui
npm i
npm run build-prod

The last command will output a dist folder that contains all the app assets.

For development:

  • Using a mock server

      git clone https://github.com/liquidinvestigations/web-ui.git
      cd web-ui
      npm i
      node toggleProxy.js apiary.mock.url
      npm run start
      # outputs the local address where the app is being served
    
  • Working with the LI VM

      git clone https://github.com/liquidinvestigations/web-ui.git
      cd web-ui
      npm i
      npm build-watch
      # outputs a dist folder and recompiles the app whenever changes are made to the code
    

Dev details regarding several app modules:

Underneath is a list that points out where texts are:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •