Skip to content
Snippets Groups Projects
Forked from amiv / Admintool
210 commits behind the upstream repository.

Admintool

Developer Installation

npm install

And now, start developing:

npm run start

This will open up a local server outputting the current version of the admintools. It refreshes automatically as soon as you save changes in any .js file.

File Structure:

  • res (Resources)
    • favicon
    • logo
  • src
    • views (reusable view components, etc for Tables and selection lists)
    • index.js main file
    • *Tool.js main file per API resource, e.g. for all user-related UIs.