claudiulodro / team-c-front-end

Front-end repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

team-c-front-end

Front-end repo

This is a simple server that presents the folders "public" and "views" to anyone requesting. Both folders are presented at top level so for instance, to reach views/form.html, you would go to localhost:50000/form.html. Likewise to reach public/javascripts/bootstrap.min.js you would go to localhost:50000/javascripts/bootstrap.min.js. The reason there are two folders is for the development team to be able to think of the view (the html given to the user) as discrete from the supporting functionality and style (the js and css). This is an initial style descision that the frontend team is welcome to change.

About

Front-end repo

License:MIT License


Languages

Language:JavaScript 68.4%Language:HTML 21.7%Language:CSS 9.8%