This is the Front-End Part of the project "Food_StoreChain_Portal" using AngularJS, ui-router and Bootstrap 4.
You can check the Back-End Part Here.
This dependencies for this project are managed using Bower using the bower.json
file.
To let bower fetch the dependencies for us just issue command bower install
Alternatively (if bower is not installed) we've included the CDNs for all used dependencies, just un-comment these includes in index.html
and comment bower includes instead.
The Entry point for the project is index.html
-
We can simply run
index.html
from IDE WebStorm -
We can run a server to serve us the needed pages
Note: Just opening index.html
in browser directly is not working in the moment (working on it xD).