Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 382 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 382 Bytes

Frontend

oseam Frontend.

Here you will find all the info on how to get the server up & running.

Install

npm install --global gulp
npm install

Build LESS Files

gulp

Run

npm start

User-Only Features

Encapsulate your code with this IF statement to only allow access to logged in users

if(localStorage.token) {
  your code
}