oseam Frontend.
Here you will find all the info on how to get the server up & running.
npm install --global gulp
npm install
gulp
npm start
Encapsulate your code with this IF statement to only allow access to logged in users
if(localStorage.token) {
your code
}