Skip to content
Snippets Groups Projects
README.md 516 B
Newer Older
CupCakeArmy's avatar
CupCakeArmy committed
# Admintool

# Developer Installation

```
npm install
```

And now, start developing:

```
npm run start
CupCakeArmy's avatar
CupCakeArmy committed

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.

CupCakeArmy's avatar
CupCakeArmy committed
### 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.