Skip to content
Snippets Groups Projects
Commit a358e3e6 authored by Hermann's avatar Hermann
Browse files

update README to current filestructure

parent cb497165
No related branches found
No related tags found
No related merge requests found
# Admintool # Admintool
### Software:
* ```ubuntu /14.04.1```
* ```nginx /1.4.6```
### Dependencies:
* ```jQuery /2.2.2```
* ```bootstrap /3.3.6```
# Developer Installation # Developer Installation
...@@ -16,17 +9,16 @@ npm install ...@@ -16,17 +9,16 @@ npm install
And now, start developing: And now, start developing:
``` ```
npm start 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: ### File Structure:
* admin (Admintool) * res (Resources)
* res (Resources) - favicon
* bg (big pictures and backgrounds) - logo
* favicon * src
* fonts - views (reusable view components, etc for Tables and selection lists)
* logo - `index.js` main file
* bootstrap - `*Tool.js` main file per API resource, e.g. for all user-related UIs.
* js
* src
* public (Website)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment