This commit is contained in:
George Shaw 2017-11-13 16:12:13 -06:00
parent 3da84454ee
commit 3f9e9687d3

View file

@ -1,17 +1,3 @@
# gPanel Frontend Development
The client side, front end of gPanel. Developed using Angular, SASS, and Bootstrap. Managed with NPM package manager.
__Note__: In the early stages of development the frontend will be static HTML/CSS/JS. Once enough progress is made it will then be translated into Angular and SASS code.
## Contribution Set-up & Deployment
Layout and Components
```shell
gPanel/document_roots/webhost/gPanel.html
```
Styles
```shell
gPanel/document_roots/webhost/styles.css
```
In the early stages of gPanel the only technologies we will be using on the front end are HTML/CSS/JS, utilizing the jQuery, bootstrap, and font-awesome libraries respectively. The reason for doing this is to keep front end development as simple as possible in order to push development of the overall software faster.